Uses of Class
org.elasticsearch.client.ml.DeleteExpiredDataResponse
-
Packages that use DeleteExpiredDataResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of DeleteExpiredDataResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeleteExpiredDataResponse Modifier and Type Method Description DeleteExpiredDataResponseMachineLearningClient. deleteExpiredData(DeleteExpiredDataRequest request, RequestOptions options)Deletes expired data from Machine Learning JobsMethod parameters in org.elasticsearch.client with type arguments of type DeleteExpiredDataResponse Modifier and Type Method Description CancellableMachineLearningClient. deleteExpiredDataAsync(DeleteExpiredDataRequest request, RequestOptions options, ActionListener<DeleteExpiredDataResponse> listener)Deletes expired data from Machine Learning Jobs asynchronously and notifies the listener on completion -
Uses of DeleteExpiredDataResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type DeleteExpiredDataResponse Modifier and Type Field Description static ConstructingObjectParser<DeleteExpiredDataResponse,Void>DeleteExpiredDataResponse. PARSERMethods in org.elasticsearch.client.ml that return DeleteExpiredDataResponse Modifier and Type Method Description static DeleteExpiredDataResponseDeleteExpiredDataResponse. fromXContent(XContentParser parser)
-