| Class | Description |
|---|---|
| IndicesShardStoreRequestBuilder |
Request builder for
IndicesShardStoresRequest |
| IndicesShardStoresAction |
Action for
TransportIndicesShardStoresAction
Exposes shard store information for requested indices. |
| IndicesShardStoresRequest |
Request for
IndicesShardStoresAction |
| IndicesShardStoresResponse |
Response for
IndicesShardStoresAction
Consists of IndicesShardStoresResponse.StoreStatuss for requested indices grouped by
indices and shard ids and a list of encountered node IndicesShardStoresResponse.Failures |
| IndicesShardStoresResponse.Failure |
Single node failure while retrieving shard store information
|
| IndicesShardStoresResponse.StoreStatus |
Shard store information from a node
|
| TransportIndicesShardStoresAction |
Transport action that reads the cluster state for shards with the requested criteria (see
ClusterHealthStatus) of specific indices
and fetches store information from all the nodes using TransportNodesListGatewayStartedShards |
| Enum | Description |
|---|---|
| IndicesShardStoresResponse.StoreStatus.Allocation |
The status of the shard store with respect to the cluster
|
Copyright © 2009–2017. All rights reserved.