Uses of Class
org.elasticsearch.client.rollup.PutRollupJobRequest
-
Packages that use PutRollupJobRequest Package Description org.elasticsearch.client -
-
Uses of PutRollupJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PutRollupJobRequest Modifier and Type Method Description AcknowledgedResponseRollupClient. putRollupJob(PutRollupJobRequest request, RequestOptions options)Put a rollup job into the cluster See the docs for more.CancellableRollupClient. putRollupJobAsync(PutRollupJobRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously put a rollup job into the cluster See the docs for more.
-