Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.shards | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected ClusterSearchShardsResponse |
TransportClusterSearchShardsAction.newResponse() |
ClusterSearchShardsResponse |
ClusterSearchShardsAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClusterSearchShardsRequestBuilder.doExecute(ActionListener<ClusterSearchShardsResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<ClusterSearchShardsResponse> |
AbstractClusterAdminClient.searchShards(ClusterSearchShardsRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.searchShards(ClusterSearchShardsRequest request,
ActionListener<ClusterSearchShardsResponse> listener) |
Copyright © 2009–2015. All rights reserved.