Uses of Class
org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
Packages that use ClusterSearchShardsResponse Package Description org.elasticsearch.action.admin.cluster.shards org.elasticsearch.client -
-
Uses of ClusterSearchShardsResponse in org.elasticsearch.action.admin.cluster.shards
Methods in org.elasticsearch.action.admin.cluster.shards that return ClusterSearchShardsResponse Modifier and Type Method Description protected ClusterSearchShardsResponseTransportClusterSearchShardsAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.cluster.shards with type arguments of type ClusterSearchShardsResponse Modifier and Type Method Description protected voidTransportClusterSearchShardsAction. masterOperation(ClusterSearchShardsRequest request, ClusterState state, ActionListener<ClusterSearchShardsResponse> listener) -
Uses of ClusterSearchShardsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type ClusterSearchShardsResponse Modifier and Type Method Description ActionFuture<ClusterSearchShardsResponse>ClusterAdminClient. searchShards(ClusterSearchShardsRequest request)Returns list of shards the given search would be executed on.Method parameters in org.elasticsearch.client with type arguments of type ClusterSearchShardsResponse Modifier and Type Method Description voidClusterAdminClient. searchShards(ClusterSearchShardsRequest request, ActionListener<ClusterSearchShardsResponse> listener)Returns list of shards the given search would be executed on.
-