public class TransportClusterSearchShardsAction extends TransportMasterNodeReadAction<ClusterSearchShardsRequest,ClusterSearchShardsResponse>
deprecationLogger, logger, settingsactionName, indexNameExpressionResolver, taskManager, threadPoolclusterService, transportServiceFORCE_LOCAL_SETTING| Constructor | Description |
|---|---|
TransportClusterSearchShardsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Modifier and Type | Method | 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() |
logDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, execute, execute, executedoExecute, doExecute, getMasterActionName, masterOperationlocalExecute@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>