public class TransportClusterSearchShardsAction extends TransportMasterNodeReadAction<ClusterSearchShardsRequest,ClusterSearchShardsResponse>
FORCE_LOCAL_SETTINGclusterService, transportServiceactionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportClusterSearchShardsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
checkBlock(ClusterSearchShardsRequest request,
ClusterState state) |
protected java.lang.String |
executor() |
protected void |
masterOperation(ClusterSearchShardsRequest request,
ClusterState state,
ActionListener<ClusterSearchShardsResponse> listener) |
protected ClusterSearchShardsResponse |
newResponse() |
localExecutedoExecute, doExecute, getMasterActionName, masterOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportClusterSearchShardsAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected java.lang.String executor()
executor in class TransportMasterNodeAction<ClusterSearchShardsRequest,ClusterSearchShardsResponse>protected ClusterBlockException checkBlock(ClusterSearchShardsRequest request, ClusterState state)
checkBlock in class TransportMasterNodeAction<ClusterSearchShardsRequest,ClusterSearchShardsResponse>protected ClusterSearchShardsResponse newResponse()
newResponse in class TransportMasterNodeAction<ClusterSearchShardsRequest,ClusterSearchShardsResponse>protected void masterOperation(ClusterSearchShardsRequest request, ClusterState state, ActionListener<ClusterSearchShardsResponse> listener)
masterOperation in class TransportMasterNodeAction<ClusterSearchShardsRequest,ClusterSearchShardsResponse>