Module org.elasticsearch.xcore
Class DateHistogramGroupConfig.FixedInterval
java.lang.Object
org.elasticsearch.xpack.core.rollup.job.DateHistogramGroupConfig
org.elasticsearch.xpack.core.rollup.job.DateHistogramGroupConfig.FixedInterval
- All Implemented Interfaces:
Writeable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
- Enclosing class:
DateHistogramGroupConfig
FixedInterval is a
DateHistogramGroupConfig that uses a fixed time interval for rolling up data.
The fixed time interval is one or multiples of SI units and has no calendar-awareness (e.g. doesn't account
for leap corrections, does not have variable length months, etc).
For calendar-aware rollups, use DateHistogramGroupConfig.CalendarInterval-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.core.rollup.job.DateHistogramGroupConfig
DateHistogramGroupConfig.CalendarInterval, DateHistogramGroupConfig.FixedIntervalNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.xpack.core.rollup.job.DateHistogramGroupConfig
CALENDAR_INTERVAL, DEFAULT_ZONEID_TIMEZONE, DELAY, FIXED_INTERVAL, INTERVAL, TIME_ZONEFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionFixedInterval(String field, DateHistogramInterval interval) FixedInterval(String field, DateHistogramInterval interval, DateHistogramInterval delay, String timeZone) -
Method Summary
Methods inherited from class org.elasticsearch.xpack.core.rollup.job.DateHistogramGroupConfig
createRounding, equals, fromXContent, getDelay, getField, getInterval, getTimeZone, hashCode, toString, toXContent, validateMappings, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
FixedInterval
-
FixedInterval
public FixedInterval(String field, DateHistogramInterval interval, DateHistogramInterval delay, String timeZone)
-
-
Method Details
-
getIntervalTypeName
- Overrides:
getIntervalTypeNamein classDateHistogramGroupConfig
-