Uses of Class
org.elasticsearch.client.ml.FlushJobResponse
-
Packages that use FlushJobResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of FlushJobResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return FlushJobResponse Modifier and Type Method Description FlushJobResponseMachineLearningClient. flushJob(FlushJobRequest request, RequestOptions options)Flushes internally buffered data for the given Machine Learning Job ensuring all data sent to the has been processed.Method parameters in org.elasticsearch.client with type arguments of type FlushJobResponse Modifier and Type Method Description CancellableMachineLearningClient. flushJobAsync(FlushJobRequest request, RequestOptions options, ActionListener<FlushJobResponse> listener)Flushes internally buffered data for the given Machine Learning Job asynchronously ensuring all data sent to the has been processed. -
Uses of FlushJobResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type FlushJobResponse Modifier and Type Field Description static ConstructingObjectParser<FlushJobResponse,Void>FlushJobResponse. PARSERMethods in org.elasticsearch.client.ml that return FlushJobResponse Modifier and Type Method Description static FlushJobResponseFlushJobResponse. fromXContent(XContentParser parser)
-