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
-
Constructor Summary
Constructors Constructor Description BucketBounds(double min, double max)BucketBounds(StreamInput in) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()voidwriteTo(StreamOutput out)
-
Field Details
-
Constructor Details
-
BucketBounds
public BucketBounds(double min, double max) -
BucketBounds
- Throws:
java.io.IOException
-
-
Method Details