Uses of Interface
org.elasticsearch.cluster.ClusterStateObserver.Listener
-
Packages that use ClusterStateObserver.Listener Package Description org.elasticsearch.cluster org.elasticsearch.common.logging -
-
Uses of ClusterStateObserver.Listener in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster with parameters of type ClusterStateObserver.Listener Modifier and Type Method Description voidClusterStateObserver. waitForNextChange(ClusterStateObserver.Listener listener)voidClusterStateObserver. waitForNextChange(ClusterStateObserver.Listener listener, Predicate<ClusterState> statePredicate)voidClusterStateObserver. waitForNextChange(ClusterStateObserver.Listener listener, Predicate<ClusterState> statePredicate, TimeValue timeOutValue)Wait for the next cluster state which satisfies statePredicatevoidClusterStateObserver. waitForNextChange(ClusterStateObserver.Listener listener, TimeValue timeOutValue) -
Uses of ClusterStateObserver.Listener in org.elasticsearch.common.logging
Classes in org.elasticsearch.common.logging that implement ClusterStateObserver.Listener Modifier and Type Class Description classNodeAndClusterIdStateListenerTheNodeAndClusterIdStateListenerlistens to cluster state changes and ONLY when receives the first update it sets the clusterUUID and nodeID in log4j pattern converterNodeAndClusterIdConverter.
-