Interface TimeoutClusterStateListener

All Superinterfaces:
ClusterStateListener

public interface TimeoutClusterStateListener extends ClusterStateListener
An exception to cluster state listener that allows for timeouts and for post added notifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onTimeout​(org.elasticsearch.core.TimeValue timeout)
     
    void
     

    Methods inherited from interface org.elasticsearch.cluster.ClusterStateListener

    clusterChanged
  • Method Details

    • postAdded

      void postAdded()
    • onClose

      void onClose()
    • onTimeout

      void onTimeout(org.elasticsearch.core.TimeValue timeout)