Uses of Class
org.elasticsearch.client.rollup.StartRollupJobResponse
-
Packages that use StartRollupJobResponse Package Description org.elasticsearch.client org.elasticsearch.client.rollup -
-
Uses of StartRollupJobResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return StartRollupJobResponse Modifier and Type Method Description StartRollupJobResponseRollupClient. startRollupJob(StartRollupJobRequest request, RequestOptions options)Start a rollup job See the docs for more.Method parameters in org.elasticsearch.client with type arguments of type StartRollupJobResponse Modifier and Type Method Description CancellableRollupClient. startRollupJobAsync(StartRollupJobRequest request, RequestOptions options, ActionListener<StartRollupJobResponse> listener)Asynchronously start a rollup job See the docs for more. -
Uses of StartRollupJobResponse in org.elasticsearch.client.rollup
Methods in org.elasticsearch.client.rollup that return StartRollupJobResponse Modifier and Type Method Description static StartRollupJobResponseStartRollupJobResponse. fromXContent(XContentParser parser)
-