Uses of Class
org.elasticsearch.action.ingest.PutPipelineRequest
-
Packages that use PutPipelineRequest Package Description org.elasticsearch.action.ingest org.elasticsearch.client org.elasticsearch.ingest -
-
Uses of PutPipelineRequest in org.elasticsearch.action.ingest
Methods in org.elasticsearch.action.ingest with parameters of type PutPipelineRequest Modifier and Type Method Description protected ClusterBlockExceptionPutPipelineTransportAction. checkBlock(PutPipelineRequest request, ClusterState state)protected voidPutPipelineTransportAction. masterOperation(PutPipelineRequest request, ClusterState state, ActionListener<AcknowledgedResponse> listener) -
Uses of PutPipelineRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PutPipelineRequest Modifier and Type Method Description ActionFuture<AcknowledgedResponse>ClusterAdminClient. putPipeline(PutPipelineRequest request)Stores an ingest pipelinevoidClusterAdminClient. putPipeline(PutPipelineRequest request, ActionListener<AcknowledgedResponse> listener)Stores an ingest pipelineAcknowledgedResponseIngestClient. putPipeline(PutPipelineRequest request, RequestOptions options)Add a pipeline or update an existing pipeline.CancellableIngestClient. putPipelineAsync(PutPipelineRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously add a pipeline or update an existing pipeline. -
Uses of PutPipelineRequest in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest with parameters of type PutPipelineRequest Modifier and Type Method Description static ClusterStateIngestService. innerPut(PutPipelineRequest request, ClusterState currentState)voidIngestService. putPipeline(Map<DiscoveryNode,IngestInfo> ingestInfos, PutPipelineRequest request, ActionListener<AcknowledgedResponse> listener)Stores the specified pipeline definition in the request.
-