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.ingest.GetPipelineTransportAction
public class GetPipelineTransportAction
extends TransportLocalClusterStateAction<GetPipelineRequest,GetPipelineResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.local.TransportLocalClusterStateAction
clusterService, executorFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionGetPipelineTransportAction(ClusterService clusterService, TransportService transportService, ActionFilters actionFilters) 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 ClusterBlockExceptioncheckBlock(GetPipelineRequest request, ClusterState state) protected voidlocalClusterStateOperation(Task task, GetPipelineRequest request, ClusterState state, ActionListener<GetPipelineResponse> listener) Methods inherited from class org.elasticsearch.action.support.local.TransportLocalClusterStateAction
doExecuteMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
GetPipelineTransportAction
@Inject public GetPipelineTransportAction(ClusterService clusterService, TransportService transportService, ActionFilters actionFilters) 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, ClusterState state, ActionListener<GetPipelineResponse> listener) throws Exception - Specified by:
localClusterStateOperationin classTransportLocalClusterStateAction<GetPipelineRequest,GetPipelineResponse> - Throws:
Exception
-
checkBlock
- Specified by:
checkBlockin classTransportLocalClusterStateAction<GetPipelineRequest,GetPipelineResponse>
-