Class InternalHistogram.EmptyBucketInfo

java.lang.Object
org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.EmptyBucketInfo
Enclosing class:
InternalHistogram

public static class InternalHistogram.EmptyBucketInfo
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    EmptyBucketInfo​(double interval, double offset, double minBound, double maxBound, InternalAggregations subAggregations)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    int hashCode()  
    void writeTo​(StreamOutput out)  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EmptyBucketInfo

      public EmptyBucketInfo​(double interval, double offset, double minBound, double maxBound, InternalAggregations subAggregations)
  • Method Details

    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Throws:
      java.io.IOException
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object