Package org.apache.solr.cluster.events
Interface ClusterEvent
- All Known Subinterfaces:
ClusterPropertiesChangedEvent,CollectionsAddedEvent,CollectionsRemovedEvent,NodesDownEvent,NodesUpEvent
public interface ClusterEvent
Cluster-level event.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getType
ClusterEvent.EventType getType()Get event type. -
getTimestamp
Instant getTimestamp()Get event timestamp. This is the instant when the event was generated (not necessarily when the underlying condition first occurred).
-