Class InternalVariableWidthHistogram.Bucket.BucketBounds

java.lang.Object
org.elasticsearch.search.aggregations.bucket.histogram.InternalVariableWidthHistogram.Bucket.BucketBounds
Enclosing class:
InternalVariableWidthHistogram.Bucket

public static class InternalVariableWidthHistogram.Bucket.BucketBounds
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    double max  
    double min  
  • Constructor Summary

    Constructors
    Constructor Description
    BucketBounds​(double min, double max)  
    BucketBounds​(StreamInput in)  
  • 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
  • Field Details

    • min

      public double min
    • max

      public double max
  • Constructor Details

    • BucketBounds

      public BucketBounds​(double min, double max)
    • BucketBounds

      public BucketBounds​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • 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