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 onClose()  
    void onTimeout​(org.elasticsearch.common.unit.TimeValue timeout)  
    void postAdded()  

    Methods inherited from interface org.elasticsearch.cluster.ClusterStateListener

    clusterChanged
  • Method Details

    • postAdded

      void postAdded()
    • onClose

      void onClose()
    • onTimeout

      void onTimeout​(org.elasticsearch.common.unit.TimeValue timeout)