Interface ClusterStateObserver.Listener

All Known Implementing Classes:
NodeAndClusterIdStateListener
Enclosing class:
ClusterStateObserver

public static interface ClusterStateObserver.Listener
  • Method Summary

    Modifier and Type Method Description
    void onClusterServiceClose()
    called when the cluster service is closed
    void onNewClusterState​(ClusterState state)
    called when a new state is observed
    void onTimeout​(org.elasticsearch.common.unit.TimeValue timeout)