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 Object implements Writeable
  • Constructor Details

  • Method Details

    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • getMaximumInnerInterval

      public int getMaximumInnerInterval()
    • getDateTimeUnit

      public String getDateTimeUnit()
    • getRoughEstimateDurationMillis

      public long getRoughEstimateDurationMillis()
    • getMaximumRoughEstimateDurationMillis

      public long getMaximumRoughEstimateDurationMillis()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object