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| 修飾子とタイプ | フィールドと説明 |
|---|---|
static IndicesShardStoresAction |
INSTANCE |
static String |
NAME |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 IndicesShardStoresResponse newResponse()
GenericActionpublic IndicesShardStoreRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder クラス内 Action<IndicesShardStoresRequest,IndicesShardStoresResponse,IndicesShardStoreRequestBuilder>client - An initialized ElasticsearchClientRequestBuilder instanceCopyright © 2009–2016. All rights reserved.