public class TransportPendingClusterTasksAction extends TransportMasterNodeReadAction<PendingClusterTasksRequest,PendingClusterTasksResponse>
FORCE_LOCAL_SETTINGtransportServiceactionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportPendingClusterTasksAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Modifier and Type | Method and 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() |
localExecutedoExecute, doExecute, masterOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@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>