Uses of Class
org.elasticsearch.action.ingest.GetPipelineResponse
-
Packages that use GetPipelineResponse Package Description org.elasticsearch.action.ingest org.elasticsearch.client -
-
Uses of GetPipelineResponse in org.elasticsearch.action.ingest
Methods in org.elasticsearch.action.ingest that return GetPipelineResponse Modifier and Type Method Description static GetPipelineResponseGetPipelineResponse. fromXContent(XContentParser parser)protected GetPipelineResponseGetPipelineTransportAction. read(StreamInput in)Method parameters in org.elasticsearch.action.ingest with type arguments of type GetPipelineResponse Modifier and Type Method Description protected voidGetPipelineTransportAction. masterOperation(GetPipelineRequest request, ClusterState state, ActionListener<GetPipelineResponse> listener) -
Uses of GetPipelineResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetPipelineResponse Modifier and Type Method Description GetPipelineResponseIngestClient. getPipeline(GetPipelineRequest request, RequestOptions options)Get an existing pipeline.Methods in org.elasticsearch.client that return types with arguments of type GetPipelineResponse Modifier and Type Method Description ActionFuture<GetPipelineResponse>ClusterAdminClient. getPipeline(GetPipelineRequest request)Returns a stored ingest pipelineMethod parameters in org.elasticsearch.client with type arguments of type GetPipelineResponse Modifier and Type Method Description voidClusterAdminClient. getPipeline(GetPipelineRequest request, ActionListener<GetPipelineResponse> listener)Returns a stored ingest pipelineCancellableIngestClient. getPipelineAsync(GetPipelineRequest request, RequestOptions options, ActionListener<GetPipelineResponse> listener)Asynchronously get an existing pipeline.
-