Class InternalHistogram.EmptyBucketInfo

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

public static class InternalHistogram.EmptyBucketInfo extends
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    boolean
     obj)
     
    int
     
    void
     

    Methods inherited from class java.lang.

    , , , , , , , ,
  • Constructor Details

    • EmptyBucketInfo

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

    • writeTo

      public void writeTo(StreamOutput out) throws
      Throws:
    • equals

      public boolean equals( obj)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class