Uses of Class
org.elasticsearch.client.ml.FlushJobRequest
-
Packages that use FlushJobRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of FlushJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type FlushJobRequest 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.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 FlushJobRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type FlushJobRequest Modifier and Type Field Description static ConstructingObjectParser<FlushJobRequest,Void>FlushJobRequest. PARSER
-