Uses of Class
org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse

Packages that use ClusterRerouteResponse
org.elasticsearch.action.admin.cluster.reroute   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of ClusterRerouteResponse in org.elasticsearch.action.admin.cluster.reroute
 

Methods in org.elasticsearch.action.admin.cluster.reroute that return ClusterRerouteResponse
protected  ClusterRerouteResponse TransportClusterRerouteAction.masterOperation(ClusterRerouteRequest request, ClusterState state)
           
protected  ClusterRerouteResponse TransportClusterRerouteAction.newResponse()
           
 ClusterRerouteResponse ClusterRerouteAction.newResponse()
           
 

Method parameters in org.elasticsearch.action.admin.cluster.reroute with type arguments of type ClusterRerouteResponse
protected  void ClusterRerouteRequestBuilder.doExecute(ActionListener<ClusterRerouteResponse> listener)
           
 

Uses of ClusterRerouteResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type ClusterRerouteResponse
 ActionFuture<ClusterRerouteResponse> ClusterAdminClient.reroute(ClusterRerouteRequest request)
          Reroutes allocation of shards.
 

Method parameters in org.elasticsearch.client with type arguments of type ClusterRerouteResponse
 void ClusterAdminClient.reroute(ClusterRerouteRequest request, ActionListener<ClusterRerouteResponse> listener)
          Reroutes allocation of shards.
 

Uses of ClusterRerouteResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type ClusterRerouteResponse
 ActionFuture<ClusterRerouteResponse> AbstractClusterAdminClient.reroute(ClusterRerouteRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type ClusterRerouteResponse
 void AbstractClusterAdminClient.reroute(ClusterRerouteRequest request, ActionListener<ClusterRerouteResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.