Interface ClusterStateListener

All Known Subinterfaces:
TimeoutClusterStateListener
All Known Implementing Classes:
DanglingIndicesState, DelayedAllocationService, GatewayService, IndicesStore, InternalClusterInfoService, PersistentTasksClusterService, PersistentTasksNodeService, ResponseCollectorService, RestoreClusterStateListener, SnapshotShardsService, TemplateUpgradeService

public interface ClusterStateListener
A listener to be notified when a cluster state changes.
  • Method Summary

    Modifier and Type Method Description
    void clusterChanged​(ClusterChangedEvent event)
    Called when cluster state changes.