Class IndicesShardStoresAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<IndicesShardStoresResponse>
-
- org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
-
public class IndicesShardStoresAction extends ActionType<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 StringNAME
-
-
-
Field Detail
-
INSTANCE
public static final IndicesShardStoresAction INSTANCE
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-