public class TransportIndicesShardStoresAction extends TransportMasterNodeReadAction<IndicesShardStoresRequest,IndicesShardStoresResponse>
ClusterHealthStatus) of specific indices
and fetches store information from all the nodes using TransportNodesListGatewayStartedShardsFORCE_LOCAL_SETTINGclusterService, transportServiceactionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportIndicesShardStoresAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
TransportNodesListGatewayStartedShards listShardStoresInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
checkBlock(IndicesShardStoresRequest request,
ClusterState state) |
protected java.lang.String |
executor() |
protected void |
masterOperation(IndicesShardStoresRequest request,
ClusterState state,
ActionListener<IndicesShardStoresResponse> listener) |
protected IndicesShardStoresResponse |
newResponse() |
localExecutedoExecute, doExecute, getMasterActionName, masterOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportIndicesShardStoresAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, TransportNodesListGatewayStartedShards listShardStoresInfo)
protected java.lang.String executor()
executor in class TransportMasterNodeAction<IndicesShardStoresRequest,IndicesShardStoresResponse>protected IndicesShardStoresResponse newResponse()
newResponse in class TransportMasterNodeAction<IndicesShardStoresRequest,IndicesShardStoresResponse>protected void masterOperation(IndicesShardStoresRequest request, ClusterState state, ActionListener<IndicesShardStoresResponse> listener)
masterOperation in class TransportMasterNodeAction<IndicesShardStoresRequest,IndicesShardStoresResponse>protected ClusterBlockException checkBlock(IndicesShardStoresRequest request, ClusterState state)
checkBlock in class TransportMasterNodeAction<IndicesShardStoresRequest,IndicesShardStoresResponse>