Uses of Class
org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
-
Packages that use DateHistogramGroupConfig Package Description org.elasticsearch.client.rollup.job.config -
-
Uses of DateHistogramGroupConfig in org.elasticsearch.client.rollup.job.config
Subclasses of DateHistogramGroupConfig in org.elasticsearch.client.rollup.job.config Modifier and Type Class Description static classDateHistogramGroupConfig.CalendarIntervalCalendarInterval is aDateHistogramGroupConfigthat uses calendar-aware intervals for rolling up data.static classDateHistogramGroupConfig.FixedIntervalFixedInterval is aDateHistogramGroupConfigthat uses a fixed time interval for rolling up data.Methods in org.elasticsearch.client.rollup.job.config that return DateHistogramGroupConfig Modifier and Type Method Description static DateHistogramGroupConfigDateHistogramGroupConfig. fromXContent(XContentParser parser)DateHistogramGroupConfigGroupConfig. getDateHistogram()Constructors in org.elasticsearch.client.rollup.job.config with parameters of type DateHistogramGroupConfig Constructor Description GroupConfig(DateHistogramGroupConfig dateHistogram)GroupConfig(DateHistogramGroupConfig dateHistogram, HistogramGroupConfig histogram, TermsGroupConfig terms)
-