public static interface ClusterStateObserver.Listener
Modifier and Type | Method and Description |
---|---|
void |
onClusterServiceClose()
called when the cluster service is closed
|
void |
onNewClusterState(ClusterState state)
called when a new state is observed
|
void |
onTimeout(TimeValue timeout) |
void onNewClusterState(ClusterState state)
void onClusterServiceClose()
void onTimeout(TimeValue timeout)