org.elasticsearch.cluster
Interface ProcessedClusterStateUpdateTask

All Superinterfaces:
ClusterStateUpdateTask

public interface ProcessedClusterStateUpdateTask
extends ClusterStateUpdateTask

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

clusterStateProcessed

void clusterStateProcessed(ClusterState clusterState)
Called when the result of the ClusterStateUpdateTask.execute(ClusterState) have been processed properly by all listeners.



Copyright © 2009-2012. All Rights Reserved.