类 DateHistogramGroupConfig.CalendarInterval
java.lang.Object
org.easysearch.client.rollup.job.config.DateHistogramGroupConfig
org.easysearch.client.rollup.job.config.DateHistogramGroupConfig.CalendarInterval
- 所有已实现的接口:
Validatable,org.easysearch.common.xcontent.ToXContent,org.easysearch.common.xcontent.ToXContentObject
public static class DateHistogramGroupConfig.CalendarInterval extends DateHistogramGroupConfig
CalendarInterval is a
DateHistogramGroupConfig that uses calendar-aware intervals for rolling up data.
Calendar time intervals understand leap corrections and contextual differences in certain calendar units (e.g.
months are variable length depending on the month). Calendar units are only available in singular quantities:
1s, 1m, 1h, 1d, 1w, 1q, 1M, 1y
For fixed time rollups, use DateHistogramGroupConfig.FixedInterval-
嵌套类概要
从类继承的嵌套类/接口 org.easysearch.client.rollup.job.config.DateHistogramGroupConfig
DateHistogramGroupConfig.CalendarInterval, DateHistogramGroupConfig.FixedInterval从接口继承的嵌套类/接口 org.easysearch.common.xcontent.ToXContent
org.easysearch.common.xcontent.ToXContent.DelegatingMapParams, org.easysearch.common.xcontent.ToXContent.MapParams, org.easysearch.common.xcontent.ToXContent.Params -
字段概要
从接口继承的字段 org.easysearch.common.xcontent.ToXContent
EMPTY_PARAMS从接口继承的字段 org.easysearch.client.Validatable
EMPTY -
构造器概要
构造器 构造器 说明 CalendarInterval(java.lang.String field, org.easysearch.search.aggregations.bucket.histogram.DateHistogramInterval interval)CalendarInterval(java.lang.String field, org.easysearch.search.aggregations.bucket.histogram.DateHistogramInterval interval, org.easysearch.search.aggregations.bucket.histogram.DateHistogramInterval delay, java.lang.String timeZone) -
方法概要
从类继承的方法 org.easysearch.client.rollup.job.config.DateHistogramGroupConfig
equals, fromXContent, getDelay, getField, getInterval, getTimeZone, hashCode, toXContent, validate从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.common.xcontent.ToXContentObject
isFragment
-
构造器详细资料
-
CalendarInterval
public CalendarInterval(java.lang.String field, org.easysearch.search.aggregations.bucket.histogram.DateHistogramInterval interval) -
CalendarInterval
public CalendarInterval(java.lang.String field, org.easysearch.search.aggregations.bucket.histogram.DateHistogramInterval interval, org.easysearch.search.aggregations.bucket.histogram.DateHistogramInterval delay, java.lang.String timeZone)
-