Uses of Class
org.elasticsearch.client.ml.StopDatafeedRequest
-
Packages that use StopDatafeedRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of StopDatafeedRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type StopDatafeedRequest Modifier and Type Method Description StopDatafeedResponseMachineLearningClient. stopDatafeed(StopDatafeedRequest request, RequestOptions options)Stops the given Machine Learning DatafeedCancellableMachineLearningClient. stopDatafeedAsync(StopDatafeedRequest request, RequestOptions options, ActionListener<StopDatafeedResponse> listener)Stops the given Machine Learning Datafeed asynchronously and notifies the listener on completion -
Uses of StopDatafeedRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type StopDatafeedRequest Modifier and Type Field Description static ConstructingObjectParser<StopDatafeedRequest,Void>StopDatafeedRequest. PARSERMethods in org.elasticsearch.client.ml that return StopDatafeedRequest Modifier and Type Method Description static StopDatafeedRequestStopDatafeedRequest. stopAllDatafeedsRequest()Explicitly stop all datafeeds
-