Class IndicesShardStoresAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<Response>
-
- org.elasticsearch.action.StreamableResponseActionType<IndicesShardStoresResponse>
-
- org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
-
public class IndicesShardStoresAction extends StreamableResponseActionType<IndicesShardStoresResponse>
ActionType 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
Modifier and Type Method Description IndicesShardStoresResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.StreamableResponseActionType
getResponseReader
-
Methods inherited from class org.elasticsearch.action.ActionType
equals, 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:StreamableResponseActionTypeCreates a new response instance.- Specified by:
newResponsein classStreamableResponseActionType<IndicesShardStoresResponse>
-
-