Uses of Class
org.elasticsearch.client.ml.StopDatafeedResponse
-
Packages that use StopDatafeedResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of StopDatafeedResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return StopDatafeedResponse Modifier and Type Method Description StopDatafeedResponseMachineLearningClient. stopDatafeed(StopDatafeedRequest request, RequestOptions options)Stops the given Machine Learning DatafeedMethod parameters in org.elasticsearch.client with type arguments of type StopDatafeedResponse Modifier and Type Method Description CancellableMachineLearningClient. stopDatafeedAsync(StopDatafeedRequest request, RequestOptions options, ActionListener<StopDatafeedResponse> listener)Stops the given Machine Learning Datafeed asynchronously and notifies the listener on completion -
Uses of StopDatafeedResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type StopDatafeedResponse Modifier and Type Field Description static ConstructingObjectParser<StopDatafeedResponse,Void>StopDatafeedResponse. PARSERMethods in org.elasticsearch.client.ml that return StopDatafeedResponse Modifier and Type Method Description static StopDatafeedResponseStopDatafeedResponse. fromXContent(XContentParser parser)
-