public class TransportPendingClusterTasksAction extends TransportMasterNodeReadAction<PendingClusterTasksRequest,PendingClusterTasksResponse>
deprecationLogger, logger, settingsactionName, indexNameExpressionResolver, taskManager, threadPooltransportServiceFORCE_LOCAL_SETTING| Constructor | Description |
|---|---|
TransportPendingClusterTasksAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Modifier and Type | Method | Description |
|---|---|---|
protected ClusterBlockException |
checkBlock(PendingClusterTasksRequest request,
ClusterState state) |
|
protected java.lang.String |
executor() |
|
protected void |
masterOperation(PendingClusterTasksRequest request,
ClusterState state,
ActionListener<PendingClusterTasksResponse> listener) |
|
protected PendingClusterTasksResponse |
newResponse() |
logDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, execute, execute, executedoExecute, doExecute, getMasterActionName, masterOperationlocalExecute@Inject public TransportPendingClusterTasksAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected java.lang.String executor()
executor in class TransportMasterNodeAction<PendingClusterTasksRequest,PendingClusterTasksResponse>protected ClusterBlockException checkBlock(PendingClusterTasksRequest request, ClusterState state)
checkBlock in class TransportMasterNodeAction<PendingClusterTasksRequest,PendingClusterTasksResponse>protected PendingClusterTasksResponse newResponse()
newResponse in class TransportMasterNodeAction<PendingClusterTasksRequest,PendingClusterTasksResponse>protected void masterOperation(PendingClusterTasksRequest request, ClusterState state, ActionListener<PendingClusterTasksResponse> listener)
masterOperation in class TransportMasterNodeAction<PendingClusterTasksRequest,PendingClusterTasksResponse>