Uses of Interface
org.elasticsearch.cluster.TimeoutClusterStateListener
-
Packages that use TimeoutClusterStateListener Package Description org.elasticsearch.cluster.service -
-
Uses of TimeoutClusterStateListener in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service with parameters of type TimeoutClusterStateListener Modifier and Type Method Description voidClusterApplierService. addTimeoutListener(TimeValue timeout, TimeoutClusterStateListener listener)Adds a cluster state listener that is expected to be removed during a short period of time.voidClusterApplierService. removeTimeoutListener(TimeoutClusterStateListener listener)Removes a timeout listener for updated cluster states.
-