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