Class ModifyDataStreamsTransportAction
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<ModifyDataStreamsAction.Request>
org.elasticsearch.action.datastreams.ModifyDataStreamsTransportAction
public class ModifyDataStreamsTransportAction
extends AcknowledgedTransportMasterNodeAction<ModifyDataStreamsAction.Request>
-
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
ConstructorsConstructorDescriptionModifyDataStreamsTransportAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, MetadataDataStreamsService metadataDataStreamsService) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(ModifyDataStreamsAction.Request request, ClusterState state) protected voidmasterOperation(ModifyDataStreamsAction.Request request, ClusterState state, ActionListener<AcknowledgedResponse> listener) Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, getMasterActionName, localExecute, masterOperationMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute, execute
-
Constructor Details
-
ModifyDataStreamsTransportAction
@Inject public ModifyDataStreamsTransportAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, MetadataDataStreamsService metadataDataStreamsService)
-
-
Method Details
-
masterOperation
protected void masterOperation(ModifyDataStreamsAction.Request request, ClusterState state, ActionListener<AcknowledgedResponse> listener) throws Exception - Specified by:
masterOperationin classTransportMasterNodeAction<ModifyDataStreamsAction.Request,AcknowledgedResponse> - Throws:
Exception
-
checkBlock
protected ClusterBlockException checkBlock(ModifyDataStreamsAction.Request request, ClusterState state) - Specified by:
checkBlockin classTransportMasterNodeAction<ModifyDataStreamsAction.Request,AcknowledgedResponse>
-