Uses of Class
org.elasticsearch.client.rollup.job.config.MetricConfig
-
Packages that use MetricConfig Package Description org.elasticsearch.client.rollup.job.config -
-
Uses of MetricConfig in org.elasticsearch.client.rollup.job.config
Methods in org.elasticsearch.client.rollup.job.config that return MetricConfig Modifier and Type Method Description static MetricConfigMetricConfig. fromXContent(XContentParser parser)Methods in org.elasticsearch.client.rollup.job.config that return types with arguments of type MetricConfig Modifier and Type Method Description List<MetricConfig>RollupJobConfig. getMetricsConfig()Constructor parameters in org.elasticsearch.client.rollup.job.config with type arguments of type MetricConfig Constructor Description RollupJobConfig(String id, String indexPattern, String rollupIndex, String cron, int pageSize, GroupConfig groupConfig, List<MetricConfig> metricsConfig, TimeValue timeout)
-