Class AcknowledgedTransportMasterNodeAction<Request extends MasterNodeRequest<Request>>
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<Request,Response>
org.elasticsearch.action.support.master.TransportMasterNodeAction<Request,AcknowledgedResponse>
org.elasticsearch.action.support.master.AcknowledgedTransportMasterNodeAction<Request>
- Direct Known Subclasses:
DeletePipelineTransportAction,PutPipelineTransportAction,TransportAutoPutMappingAction,TransportCloneSnapshotAction,TransportDeleteComponentTemplateAction,TransportDeleteComposableIndexTemplateAction,TransportDeleteDanglingIndexAction,TransportDeleteIndexAction,TransportDeleteIndexTemplateAction,TransportDeleteRepositoryAction,TransportDeleteSnapshotAction,TransportDeleteStoredScriptAction,TransportIndicesAliasesAction,TransportPutComponentTemplateAction,TransportPutComposableIndexTemplateAction,TransportPutIndexTemplateAction,TransportPutMappingAction,TransportPutRepositoryAction,TransportPutStoredScriptAction,TransportUpdateSettingsAction,TransportUpgradeSettingsAction
public abstract class AcknowledgedTransportMasterNodeAction<Request extends MasterNodeRequest<Request>> extends TransportMasterNodeAction<Request,AcknowledgedResponse>
Base class for the common case of a
TransportMasterNodeAction that responds with an AcknowledgedResponse.-
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
clusterService, executor, indexNameExpressionResolver, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, localConnection, taskManager -
Constructor Summary
Constructors Modifier Constructor Description protectedAcknowledgedTransportMasterNodeAction(java.lang.String actionName, boolean canTripCircuitBreaker, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, Writeable.Reader<Request> request, IndexNameExpressionResolver indexNameExpressionResolver, java.lang.String executor)protectedAcknowledgedTransportMasterNodeAction(java.lang.String actionName, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, Writeable.Reader<Request> request, IndexNameExpressionResolver indexNameExpressionResolver, java.lang.String executor) -
Method Summary
Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
checkBlock, doExecute, getMasterActionName, localExecute, masterOperation, masterOperationMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute, executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AcknowledgedTransportMasterNodeAction
protected AcknowledgedTransportMasterNodeAction(java.lang.String actionName, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, Writeable.Reader<Request> request, IndexNameExpressionResolver indexNameExpressionResolver, java.lang.String executor) -
AcknowledgedTransportMasterNodeAction
protected AcknowledgedTransportMasterNodeAction(java.lang.String actionName, boolean canTripCircuitBreaker, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, Writeable.Reader<Request> request, IndexNameExpressionResolver indexNameExpressionResolver, java.lang.String executor)
-