Uses of Class
org.elasticsearch.client.rollup.job.config.RollupJobConfig
-
Packages that use RollupJobConfig Package Description org.elasticsearch.client.rollup org.elasticsearch.client.rollup.job.config -
-
Uses of RollupJobConfig in org.elasticsearch.client.rollup
Methods in org.elasticsearch.client.rollup that return RollupJobConfig Modifier and Type Method Description RollupJobConfigPutRollupJobRequest. getConfig()RollupJobConfigGetRollupJobResponse.JobWrapper. getJob()Configuration of the job.Constructors in org.elasticsearch.client.rollup with parameters of type RollupJobConfig Constructor Description PutRollupJobRequest(RollupJobConfig config) -
Uses of RollupJobConfig in org.elasticsearch.client.rollup.job.config
Methods in org.elasticsearch.client.rollup.job.config that return RollupJobConfig Modifier and Type Method Description static RollupJobConfigRollupJobConfig. fromXContent(XContentParser parser, String optionalJobId)
-