Module org.elasticsearch.server
Class TransportPendingClusterTasksAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<Request,Response>
org.elasticsearch.action.support.master.TransportMasterNodeAction<Request,Response>
org.elasticsearch.action.support.master.TransportMasterNodeReadAction<PendingClusterTasksRequest,PendingClusterTasksResponse>
org.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
public class TransportPendingClusterTasksAction
extends TransportMasterNodeReadAction<PendingClusterTasksRequest,PendingClusterTasksResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
executor, indexNameExpressionResolver, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportPendingClusterTasksAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(PendingClusterTasksRequest request, ClusterState state) protected voidmasterOperation(Task task, PendingClusterTasksRequest request, ClusterState state, ActionListener<PendingClusterTasksResponse> listener) Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
localExecuteMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, modifiedKeys, reservedStateHandlerNameMethods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
Constructor Details
-
TransportPendingClusterTasksAction
@Inject public TransportPendingClusterTasksAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
-
-
Method Details
-
checkBlock
- Specified by:
checkBlockin classTransportMasterNodeAction<PendingClusterTasksRequest,PendingClusterTasksResponse>
-
masterOperation
protected void masterOperation(Task task, PendingClusterTasksRequest request, ClusterState state, ActionListener<PendingClusterTasksResponse> listener) - Specified by:
masterOperationin classTransportMasterNodeAction<PendingClusterTasksRequest,PendingClusterTasksResponse>
-