Module org.elasticsearch.server
Package org.elasticsearch.action.ingest
Class GetPipelineTransportAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<GetPipelineRequest,GetPipelineResponse>
org.elasticsearch.action.support.local.TransportLocalClusterStateAction<GetPipelineRequest,GetPipelineResponse>
org.elasticsearch.action.support.local.TransportLocalProjectMetadataAction<GetPipelineRequest,GetPipelineResponse>
org.elasticsearch.action.ingest.GetPipelineTransportAction
public class GetPipelineTransportAction
extends TransportLocalProjectMetadataAction<GetPipelineRequest,GetPipelineResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.local.TransportLocalClusterStateAction
clusterService, executor
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager
-
Constructor Summary
ConstructorsConstructorDescriptionGetPipelineTransportAction
(ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, ProjectResolver projectResolver) NB prior to 9.0 this was a TransportMasterNodeReadAction so for BwC it must be registered with the TransportService until we no longer need to support calling this action remotely. -
Method Summary
Modifier and TypeMethodDescriptionprotected ClusterBlockException
checkBlock
(GetPipelineRequest request, ProjectState state) protected void
localClusterStateOperation
(Task task, GetPipelineRequest request, ProjectState state, ActionListener<GetPipelineResponse> listener) Methods inherited from class org.elasticsearch.action.support.local.TransportLocalProjectMetadataAction
checkBlock, localClusterStateOperation
Methods inherited from class org.elasticsearch.action.support.local.TransportLocalClusterStateAction
doExecute
Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
GetPipelineTransportAction
@Inject public GetPipelineTransportAction(ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, ProjectResolver projectResolver) NB prior to 9.0 this was a TransportMasterNodeReadAction so for BwC it must be registered with the TransportService until we no longer need to support calling this action remotely.
-
-
Method Details
-
localClusterStateOperation
protected void localClusterStateOperation(Task task, GetPipelineRequest request, ProjectState state, ActionListener<GetPipelineResponse> listener) throws Exception - Specified by:
localClusterStateOperation
in classTransportLocalProjectMetadataAction<GetPipelineRequest,
GetPipelineResponse> - Throws:
Exception
-
checkBlock
- Specified by:
checkBlock
in classTransportLocalProjectMetadataAction<GetPipelineRequest,
GetPipelineResponse>
-