Class TransportIndicesShardStoresAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<Request,Response>
org.elasticsearch.action.support.master.TransportMasterNodeAction<Request,Response>
org.elasticsearch.action.support.master.TransportMasterNodeReadAction<IndicesShardStoresRequest,IndicesShardStoresResponse>
org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
public class TransportIndicesShardStoresAction
extends TransportMasterNodeReadAction<IndicesShardStoresRequest,IndicesShardStoresResponse>
Transport action that reads the cluster state for shards with the requested criteria (see 
ClusterHealthStatus) of specific
 indices and fetches store information from all the nodes using TransportNodesListGatewayStartedShards- 
Field SummaryFields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeActionclusterService, executor, indexNameExpressionResolver, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportActionactionName, localConnection, taskManager
- 
Constructor SummaryConstructorsConstructorDescriptionTransportIndicesShardStoresAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, TransportNodesListGatewayStartedShards listShardStoresInfo)
- 
Method SummaryModifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(IndicesShardStoresRequest request, ClusterState state)protected voidmasterOperation(IndicesShardStoresRequest request, ClusterState state, ActionListener<IndicesShardStoresResponse> listener)Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeReadActionlocalExecuteMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeActiondoExecute, getMasterActionName, masterOperationMethods inherited from class org.elasticsearch.action.support.TransportActionexecute, execute, execute
- 
Constructor Details- 
TransportIndicesShardStoresAction@Inject public TransportIndicesShardStoresAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, TransportNodesListGatewayStartedShards listShardStoresInfo)
 
- 
- 
Method Details- 
masterOperationprotected void masterOperation(IndicesShardStoresRequest request, ClusterState state, ActionListener<IndicesShardStoresResponse> listener)- Specified by:
- masterOperationin class- TransportMasterNodeAction<IndicesShardStoresRequest,IndicesShardStoresResponse>
 
- 
checkBlock- Specified by:
- checkBlockin class- TransportMasterNodeAction<IndicesShardStoresRequest,IndicesShardStoresResponse>
 
 
-