Package org.apache.solr.cluster.events
Interface ClusterPropertiesChangedEvent
-
- All Superinterfaces:
ClusterEvent
public interface ClusterPropertiesChangedEvent extends ClusterEvent
Event generated whenZkStateReader.CLUSTER_PROPSis modified.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.cluster.events.ClusterEvent
ClusterEvent.EventType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Map<String,Object>getNewClusterProperties()default ClusterEvent.EventTypegetType()Get event type.-
Methods inherited from interface org.apache.solr.cluster.events.ClusterEvent
getTimestamp
-
-
-
-
Method Detail
-
getType
default ClusterEvent.EventType getType()
Description copied from interface:ClusterEventGet event type.- Specified by:
getTypein interfaceClusterEvent
-
-