Package org.elasticsearch.action.ingest
Class GetPipelineTransportAction
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<GetPipelineRequest,GetPipelineResponse>
org.elasticsearch.action.ingest.GetPipelineTransportAction
public class GetPipelineTransportAction extends TransportMasterNodeReadAction<GetPipelineRequest,GetPipelineResponse>
-
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 Constructor Description GetPipelineTransportAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Method Summary
Modifier and Type Method Description protected ClusterBlockExceptioncheckBlock(GetPipelineRequest request, ClusterState state)protected voidmasterOperation(GetPipelineRequest request, ClusterState state, ActionListener<GetPipelineResponse> listener)Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
localExecuteMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, getMasterActionName, 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
-
GetPipelineTransportAction
@Inject public GetPipelineTransportAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
-
-
Method Details
-
masterOperation
protected void masterOperation(GetPipelineRequest request, ClusterState state, ActionListener<GetPipelineResponse> listener) throws java.lang.Exception- Specified by:
masterOperationin classTransportMasterNodeAction<GetPipelineRequest,GetPipelineResponse>- Throws:
java.lang.Exception
-
checkBlock
- Specified by:
checkBlockin classTransportMasterNodeAction<GetPipelineRequest,GetPipelineResponse>
-