Class AutoDateHistogramAggregationBuilder.RoundingInfo

java.lang.Object
org.elasticsearch.search.aggregations.bucket.histogram.AutoDateHistogramAggregationBuilder.RoundingInfo
All Implemented Interfaces:
Writeable
Enclosing class:
AutoDateHistogramAggregationBuilder

public static class AutoDateHistogramAggregationBuilder.RoundingInfo
extends java.lang.Object
implements Writeable
  • Constructor Details

    • RoundingInfo

      public RoundingInfo​(Rounding.DateTimeUnit dateTimeUnit, java.time.ZoneId timeZone, long roughEstimateDurationMillis, java.lang.String unitAbbreviation, int... innerIntervals)
    • RoundingInfo

      public RoundingInfo​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details