Uses of Class
org.elasticsearch.client.rollup.GetRollupJobRequest
-
Packages that use GetRollupJobRequest Package Description org.elasticsearch.client -
-
Uses of GetRollupJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetRollupJobRequest Modifier and Type Method Description GetRollupJobResponseRollupClient. getRollupJob(GetRollupJobRequest request, RequestOptions options)Get a rollup job from the cluster.CancellableRollupClient. getRollupJobAsync(GetRollupJobRequest request, RequestOptions options, ActionListener<GetRollupJobResponse> listener)Asynchronously get a rollup job from the cluster.
-