Uses of Class
org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
-
Packages that use ClusterRerouteResponse Package Description org.elasticsearch.action.admin.cluster.reroute org.elasticsearch.client -
-
Uses of ClusterRerouteResponse in org.elasticsearch.action.admin.cluster.reroute
Methods in org.elasticsearch.action.admin.cluster.reroute that return ClusterRerouteResponse Modifier and Type Method Description protected ClusterRerouteResponseTransportClusterRerouteAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.cluster.reroute with type arguments of type ClusterRerouteResponse Modifier and Type Method Description protected voidTransportClusterRerouteAction. masterOperation(ClusterRerouteRequest request, ClusterState state, ActionListener<ClusterRerouteResponse> listener) -
Uses of ClusterRerouteResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type ClusterRerouteResponse Modifier and Type Method Description ActionFuture<ClusterRerouteResponse>ClusterAdminClient. reroute(ClusterRerouteRequest request)Reroutes allocation of shards.Method parameters in org.elasticsearch.client with type arguments of type ClusterRerouteResponse Modifier and Type Method Description voidClusterAdminClient. reroute(ClusterRerouteRequest request, ActionListener<ClusterRerouteResponse> listener)Reroutes allocation of shards.
-