public abstract static class ClusterStateObserver.EventPredicate extends Object implements ClusterStateObserver.ChangePredicate
| Constructor and Description |
|---|
ClusterStateObserver.EventPredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(ClusterState previousState,
ClusterState.ClusterStateStatus previousStatus,
ClusterState newState,
ClusterState.ClusterStateStatus newStatus)
a rough check used when starting to monitor for a new change.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic boolean apply(ClusterState previousState, ClusterState.ClusterStateStatus previousStatus, ClusterState newState, ClusterState.ClusterStateStatus newStatus)
ClusterStateObserver.ChangePredicateapply in interface ClusterStateObserver.ChangePredicateCopyright © 2009–2016. All rights reserved.