Class IndicesShardStoresAction
- java.lang.Object
-
- org.elasticsearch.action.GenericAction<Request,Response>
-
- org.elasticsearch.action.Action<IndicesShardStoresRequest,IndicesShardStoresResponse,IndicesShardStoreRequestBuilder>
-
- org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
-
public class IndicesShardStoresAction extends Action<IndicesShardStoresRequest,IndicesShardStoresResponse,IndicesShardStoreRequestBuilder>
Action forTransportIndicesShardStoresActionExposes 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
-
-
Field Summary
Fields Modifier and Type Field Description static IndicesShardStoresActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndicesShardStoreRequestBuildernewRequestBuilder(ElasticsearchClient client)Creates a new request builder given the client provided as argumentIndicesShardStoresResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.GenericAction
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final IndicesShardStoresAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public IndicesShardStoresResponse newResponse()
Description copied from class:GenericActionCreates a new response instance.- Specified by:
newResponsein classGenericAction<IndicesShardStoresRequest,IndicesShardStoresResponse>
-
newRequestBuilder
public IndicesShardStoreRequestBuilder newRequestBuilder(ElasticsearchClient client)
Description copied from class:ActionCreates a new request builder given the client provided as argument- Specified by:
newRequestBuilderin classAction<IndicesShardStoresRequest,IndicesShardStoresResponse,IndicesShardStoreRequestBuilder>
-
-