Package org.apache.solr.cluster.events
Interface ClusterEvent
-
- All Known Subinterfaces:
ClusterPropertiesChangedEvent,CollectionsAddedEvent,CollectionsRemovedEvent,NodesDownEvent,NodesUpEvent
public interface ClusterEventCluster-level event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClusterEvent.EventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstantgetTimestamp()Get event timestamp.ClusterEvent.EventTypegetType()Get event type.
-
-
-
Method Detail
-
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).
-
-