| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.shards | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected IndicesShardStoresResponse |
TransportIndicesShardStoresAction.newResponse() |
IndicesShardStoresResponse |
IndicesShardStoresAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportIndicesShardStoresAction.masterOperation(IndicesShardStoresRequest request,
ClusterState state,
ActionListener<IndicesShardStoresResponse> listener) |
| Constructor and Description |
|---|
IndicesShardStoreRequestBuilder(ElasticsearchClient client,
Action<IndicesShardStoresRequest,IndicesShardStoresResponse,IndicesShardStoreRequestBuilder> action,
String... indices) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<IndicesShardStoresResponse> |
IndicesAdminClient.shardStores(IndicesShardStoresRequest request)
The shard stores info of one or more indices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.shardStores(IndicesShardStoresRequest request,
ActionListener<IndicesShardStoresResponse> listener)
The shard stores info of one or more indices.
|
Copyright © 2009–2017. All rights reserved.