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.StoreStatus s for requested indices grouped by
indices and shard ids and a list of encountered node IndicesShardStoresResponse.Failure s |
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.AllocationStatus |
The status of the shard store with respect to the cluster
|