Package org.elasticsearch.cluster
Interface ClusterStateListener
-
- All Known Subinterfaces:
TimeoutClusterStateListener
- All Known Implementing Classes:
DanglingIndicesState,DelayedAllocationService,GatewayService,IndicesStore,InternalClusterInfoService,PersistentTasksClusterService,PersistentTasksNodeService,ResponseCollectorService,RestoreClusterStateListener,SnapshotShardsService,TemplateUpgradeService
public interface ClusterStateListenerA 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 Detail
-
clusterChanged
void clusterChanged(ClusterChangedEvent event)
Called when cluster state changes.
-
-