| 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 |
|---|---|
IndicesShardStoresRequest |
IndicesShardStoresRequest.indices(String... indices)
Sets the indices for the shard stores request
|
IndicesShardStoresRequest |
IndicesShardStoresRequest.indicesOptions(IndicesOptions indicesOptions)
Specifies what type of requested indices to ignore and wildcard indices expressions
By default, expands wildcards to both open and closed indices
|
IndicesShardStoresRequest |
IndicesShardStoresRequest.shardStatuses(String... shardStatuses)
Set statuses to filter shards to get stores info on.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportIndicesShardStoresAction.checkBlock(IndicesShardStoresRequest request,
ClusterState state) |
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 |
|---|---|
static IndicesShardStoresRequest |
Requests.indicesShardStoresRequest(String... indices)
Creates an indices shard stores info request.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<IndicesShardStoresResponse> |
IndicesAdminClient.shardStores(IndicesShardStoresRequest request)
The shard stores info of one or more indices.
|
void |
IndicesAdminClient.shardStores(IndicesShardStoresRequest request,
ActionListener<IndicesShardStoresResponse> listener)
The shard stores info of one or more indices.
|
Copyright © 2009–2017. All rights reserved.