类 DateHistogramGroupConfig.FixedInterval

java.lang.Object
org.easysearch.client.rollup.job.config.DateHistogramGroupConfig
org.easysearch.client.rollup.job.config.DateHistogramGroupConfig.FixedInterval
所有已实现的接口:
Validatable, org.easysearch.common.xcontent.ToXContent, org.easysearch.common.xcontent.ToXContentObject
封闭类:
DateHistogramGroupConfig

public static class DateHistogramGroupConfig.FixedInterval
extends 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
  • 嵌套类概要

    从类继承的嵌套类/接口 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
  • 构造器概要

    构造器
    构造器 说明
    FixedInterval​(java.lang.String field, org.easysearch.search.aggregations.bucket.histogram.DateHistogramInterval interval)  
    FixedInterval​(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
  • 构造器详细资料

    • FixedInterval

      public FixedInterval​(java.lang.String field, org.easysearch.search.aggregations.bucket.histogram.DateHistogramInterval interval)
    • FixedInterval

      public FixedInterval​(java.lang.String field, org.easysearch.search.aggregations.bucket.histogram.DateHistogramInterval interval, org.easysearch.search.aggregations.bucket.histogram.DateHistogramInterval delay, java.lang.String timeZone)