public abstract class ProcessedClusterStateUpdateTask extends ClusterStateUpdateTask
ClusterStateUpdateTask that allows to be notified when
the cluster state update has been processed.| Constructor and Description |
|---|
ProcessedClusterStateUpdateTask() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
clusterStateProcessed(String source,
ClusterState oldState,
ClusterState newState)
Called when the result of the
ClusterStateUpdateTask.execute(ClusterState) have been processed
properly by all listeners. |
execute, onFailure, onNoLongerMaster, runOnlyOnMasterpublic abstract void clusterStateProcessed(String source, ClusterState oldState, ClusterState newState)
ClusterStateUpdateTask.execute(ClusterState) have been processed
properly by all listeners.Copyright © 2009–2016. All rights reserved.