Uses of Class
org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
-
Uses of DateHistogramInterval in org.elasticsearch.client.rollup.job.config
Methods in org.elasticsearch.client.rollup.job.config that return DateHistogramInterval Modifier and Type Method Description DateHistogramIntervalDateHistogramGroupConfig. getDelay()Get the time delay for this histogramDateHistogramIntervalDateHistogramGroupConfig. getInterval()Get the date intervalConstructors in org.elasticsearch.client.rollup.job.config with parameters of type DateHistogramInterval Constructor Description CalendarInterval(String field, DateHistogramInterval interval)CalendarInterval(String field, DateHistogramInterval interval, DateHistogramInterval delay, String timeZone)DateHistogramGroupConfig(String field, DateHistogramInterval interval)Deprecated.Build a DateHistoConfig usingDateHistogramGroupConfig.CalendarIntervalorDateHistogramGroupConfig.FixedIntervalinsteadDateHistogramGroupConfig(String field, DateHistogramInterval interval, DateHistogramInterval delay, String timeZone)Deprecated.Build a DateHistoConfig usingDateHistogramGroupConfig.CalendarIntervalorDateHistogramGroupConfig.FixedIntervalinsteadFixedInterval(String field, DateHistogramInterval interval)FixedInterval(String field, DateHistogramInterval interval, DateHistogramInterval delay, String timeZone) -
Uses of DateHistogramInterval in org.elasticsearch.client.transform.transforms.pivot
Methods in org.elasticsearch.client.transform.transforms.pivot that return DateHistogramInterval Modifier and Type Method Description DateHistogramIntervalDateHistogramGroupSource.CalendarInterval. getInterval()DateHistogramIntervalDateHistogramGroupSource.FixedInterval. getInterval()DateHistogramIntervalDateHistogramGroupSource.Interval. getInterval()Constructors in org.elasticsearch.client.transform.transforms.pivot with parameters of type DateHistogramInterval Constructor Description CalendarInterval(DateHistogramInterval interval)FixedInterval(DateHistogramInterval interval) -
Uses of DateHistogramInterval in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite that return DateHistogramInterval Modifier and Type Method Description DateHistogramIntervalDateHistogramValuesSourceBuilder. dateHistogramInterval()Deprecated.DateHistogramIntervalDateHistogramValuesSourceBuilder. getIntervalAsCalendar()Return the interval as a date time unit if applicable, regardless of how it was configured.DateHistogramIntervalDateHistogramValuesSourceBuilder. getIntervalAsFixed()Get the interval as aTimeValue, regardless of how it was configured.Methods in org.elasticsearch.search.aggregations.bucket.composite with parameters of type DateHistogramInterval Modifier and Type Method Description DateHistogramValuesSourceBuilderDateHistogramValuesSourceBuilder. calendarInterval(DateHistogramInterval interval)Sets the interval of the DateHistogram using calendar units (`1d`, `1w`, `1M`, etc).DateHistogramValuesSourceBuilderDateHistogramValuesSourceBuilder. dateHistogramInterval(DateHistogramInterval interval)DateHistogramValuesSourceBuilderDateHistogramValuesSourceBuilder. fixedInterval(DateHistogramInterval interval)Sets the interval of the DateHistogram using fixed units (`1ms`, `1s`, `10m`, `4h`, etc). -
Uses of DateHistogramInterval in org.elasticsearch.search.aggregations.bucket.histogram
Fields in org.elasticsearch.search.aggregations.bucket.histogram declared as DateHistogramInterval Modifier and Type Field Description static DateHistogramIntervalDateHistogramInterval. DAYstatic DateHistogramIntervalDateHistogramInterval. HOURstatic DateHistogramIntervalDateHistogramInterval. MINUTEstatic DateHistogramIntervalDateHistogramInterval. MONTHstatic DateHistogramIntervalDateHistogramInterval. QUARTERstatic DateHistogramIntervalDateHistogramInterval. SECONDstatic DateHistogramIntervalDateHistogramInterval. WEEKstatic DateHistogramIntervalDateHistogramInterval. YEARMethods in org.elasticsearch.search.aggregations.bucket.histogram that return DateHistogramInterval Modifier and Type Method Description DateHistogramIntervalDateHistogramAggregationBuilder. dateHistogramInterval()Deprecated.DateHistogramIntervalDateIntervalConsumer. dateHistogramInterval()Deprecated.DateHistogramIntervalDateIntervalWrapper. dateHistogramInterval()Deprecated.static DateHistogramIntervalDateHistogramInterval. days(int days)DateHistogramIntervalDateIntervalWrapper. getAsCalendarInterval()Returns the interval as a calendar interval.DateHistogramIntervalDateIntervalWrapper. getAsFixedInterval()Returns the interval as a Fixed interval.DateHistogramIntervalDateHistogramAggregationBuilder. getCalendarInterval()Returns the interval as a date time unit if and only if it was configured as a calendar interval originally.DateHistogramIntervalDateHistogramAggregationBuilder. getFixedInterval()Returns the interval as a fixed time unit if and only if it was configured as a fixed interval originally.DateHistogramIntervalInternalAutoDateHistogram. getInterval()static DateHistogramIntervalDateHistogramInterval. hours(int hours)static DateHistogramIntervalDateHistogramInterval. minutes(int min)static DateHistogramIntervalDateHistogramInterval. seconds(int sec)static DateHistogramIntervalDateHistogramInterval. weeks(int weeks)Methods in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type DateHistogramInterval Modifier and Type Method Description DateHistogramAggregationBuilderDateHistogramAggregationBuilder. calendarInterval(DateHistogramInterval interval)Sets the interval of the DateHistogram using calendar units (`1d`, `1w`, `1M`, etc).TDateIntervalConsumer. calendarInterval(DateHistogramInterval interval)voidDateIntervalWrapper. calendarInterval(DateHistogramInterval interval)Sets the interval of the DateHistogram using calendar units (`1d`, `1w`, `1M`, etc).DateHistogramAggregationBuilderDateHistogramAggregationBuilder. dateHistogramInterval(DateHistogramInterval interval)TDateIntervalConsumer. dateHistogramInterval(DateHistogramInterval dateHistogramInterval)Deprecated.voidDateIntervalWrapper. dateHistogramInterval(DateHistogramInterval dateHistogramInterval)DateHistogramAggregationBuilderDateHistogramAggregationBuilder. fixedInterval(DateHistogramInterval interval)Sets the interval of the DateHistogram using fixed units (`1ms`, `1s`, `10m`, `4h`, etc).TDateIntervalConsumer. fixedInterval(DateHistogramInterval interval)voidDateIntervalWrapper. fixedInterval(DateHistogramInterval interval)Sets the interval of the DateHistogram using fixed units (`1ms`, `1s`, `10m`, `4h`, etc). -
Uses of DateHistogramInterval in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline with parameters of type DateHistogramInterval Modifier and Type Method Description DerivativePipelineAggregationBuilderDerivativePipelineAggregationBuilder. unit(DateHistogramInterval units)
-