Package org.elasticsearch.cluster
Interface ClusterStateListener
- All Known Subinterfaces:
LocalNodeMasterListener,TimeoutClusterStateListener
- All Known Implementing Classes:
DanglingIndicesState,DelayedAllocationService,GatewayService,IndicesStore,InternalClusterInfoService,InternalSnapshotsInfoService,PeerRecoverySourceService,PersistentTasksClusterService,PersistentTasksNodeService,ResponseCollectorService,RestoreClusterStateListener,SnapshotShardsService,SystemIndexMetadataUpgradeService,TemplateUpgradeService
public interface ClusterStateListener
A listener to be notified when a cluster state changes.
-
Method Summary
Modifier and Type Method Description voidclusterChanged(ClusterChangedEvent event)Called when cluster state changes.
-
Method Details
-
clusterChanged
Called when cluster state changes.
-