Interface ClusterStateObserver.Listener

    • Method Detail

      • onNewClusterState

        void onNewClusterState​(ClusterState state)
        called when a new state is observed
      • onClusterServiceClose

        void onClusterServiceClose()
        called when the cluster service is closed
      • onTimeout

        void onTimeout​(TimeValue timeout)