|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProcessedClusterStateUpdateTask
An extension interface to ClusterStateUpdateTask that allows to be notified when
the cluster state update has been processed.
| Method Summary | |
|---|---|
void |
clusterStateProcessed(ClusterState clusterState)
Called when the result of the ClusterStateUpdateTask.execute(ClusterState) have been processed
properly by all listeners. |
| Methods inherited from interface org.elasticsearch.cluster.ClusterStateUpdateTask |
|---|
execute |
| Method Detail |
|---|
void clusterStateProcessed(ClusterState clusterState)
ClusterStateUpdateTask.execute(ClusterState) have been processed
properly by all listeners.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||