Uses of Class
org.elasticsearch.client.rollup.StopRollupJobResponse
-
Packages that use StopRollupJobResponse Package Description org.elasticsearch.client org.elasticsearch.client.rollup -
-
Uses of StopRollupJobResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return StopRollupJobResponse Modifier and Type Method Description StopRollupJobResponseRollupClient. stopRollupJob(StopRollupJobRequest request, RequestOptions options)Stop a rollup job See the docs for more.Method parameters in org.elasticsearch.client with type arguments of type StopRollupJobResponse Modifier and Type Method Description CancellableRollupClient. stopRollupJobAsync(StopRollupJobRequest request, RequestOptions options, ActionListener<StopRollupJobResponse> listener)Asynchronously stop a rollup job See the docs for more. -
Uses of StopRollupJobResponse in org.elasticsearch.client.rollup
Methods in org.elasticsearch.client.rollup that return StopRollupJobResponse Modifier and Type Method Description static StopRollupJobResponseStopRollupJobResponse. fromXContent(XContentParser parser)
-