| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.shards | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClusterSearchShardsResponse |
TransportClusterSearchShardsAction.newResponse() |
ClusterSearchShardsResponse |
ClusterSearchShardsAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportClusterSearchShardsAction.masterOperation(ClusterSearchShardsRequest request,
ClusterState state,
ActionListener<ClusterSearchShardsResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ClusterSearchShardsResponse> |
ClusterAdminClient.searchShards(ClusterSearchShardsRequest request)
Returns list of shards the given search would be executed on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.searchShards(ClusterSearchShardsRequest request,
ActionListener<ClusterSearchShardsResponse> listener)
Returns list of shards the given search would be executed on.
|
Copyright © 2009–2017. All rights reserved.