public class IndicesShardStoresAction extends Action<IndicesShardStoresRequest,IndicesShardStoresResponse,IndicesShardStoreRequestBuilder>
TransportIndicesShardStoresAction
Exposes shard store information for requested indices.
Shard store information reports which nodes hold shard copies, how recent they are
and any exceptions on opening the shard index or from previous engine failures| Modifier and Type | Field and Description |
|---|---|
static IndicesShardStoresAction |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
IndicesShardStoreRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
IndicesShardStoresResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final IndicesShardStoresAction INSTANCE
public static final String NAME
public IndicesShardStoresResponse newResponse()
GenericActionnewResponse in class GenericAction<IndicesShardStoresRequest,IndicesShardStoresResponse>public IndicesShardStoreRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<IndicesShardStoresRequest,IndicesShardStoresResponse,IndicesShardStoreRequestBuilder>client - An initialized ElasticsearchClientRequestBuilder instanceCopyright © 2009–2017. All rights reserved.