Class: Mongo::Monitoring::Event::TopologyOpening
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::Mongo::Event::Base
|
|
Instance Chain:
self,
::Mongo::Event::Base
|
|
Inherits: |
Mongo::Event::Base
|
Defined in: | lib/mongo/monitoring/event/topology_opening.rb |
Overview
::Mongo::Monitoring::Event
fired when the topology is opening.
Class Method Summary
-
.new(topology) ⇒ TopologyOpening
constructor
Create the event.
Instance Attribute Summary
- #topology ⇒ Topology readonly
Instance Method Summary
-
#summary ⇒ String
Returns a concise yet useful summary of the event.
::Mongo::Event::Base
- Inherited
#summary | Returns a concise yet useful summary of the event. |
#short_class_name |
Constructor Details
.new(topology) ⇒ TopologyOpening
Create the event.
Instance Attribute Details
#topology ⇒ Topology
(readonly)
# File 'lib/mongo/monitoring/event/topology_opening.rb', line 28
attr_reader :topology
Instance Method Details
#summary ⇒ String
Note:
This method is experimental and subject to change.
Returns a concise yet useful summary of the event.
# File 'lib/mongo/monitoring/event/topology_opening.rb', line 50
def summary "#<#{short_class_name}" + " topology=#{topology.summary}>" end