Uses of Interface
org.elasticsearch.cluster.ClusterStateUpdateTask

Packages that use ClusterStateUpdateTask
org.elasticsearch.cluster   
org.elasticsearch.cluster.service   
 

Uses of ClusterStateUpdateTask in org.elasticsearch.cluster
 

Subinterfaces of ClusterStateUpdateTask in org.elasticsearch.cluster
 interface ProcessedClusterStateUpdateTask
          An extension interface to ClusterStateUpdateTask that allows to be notified when the cluster state update has been processed.
 

Methods in org.elasticsearch.cluster with parameters of type ClusterStateUpdateTask
 void ClusterService.submitStateUpdateTask(String source, ClusterStateUpdateTask updateTask)
          Submits a task that will update the cluster state.
 

Uses of ClusterStateUpdateTask in org.elasticsearch.cluster.service
 

Methods in org.elasticsearch.cluster.service with parameters of type ClusterStateUpdateTask
 void InternalClusterService.submitStateUpdateTask(String source, ClusterStateUpdateTask updateTask)
           
 



Copyright © 2009-2012. All Rights Reserved.