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