Uses of Class
org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
Packages that use InternalHistogram.Bucket Package Description org.elasticsearch.search.aggregations.bucket.histogram -
-
Uses of InternalHistogram.Bucket in org.elasticsearch.search.aggregations.bucket.histogram
Methods in org.elasticsearch.search.aggregations.bucket.histogram that return InternalHistogram.Bucket Modifier and Type Method Description InternalHistogram.BucketInternalHistogram. createBucket(Number key, long docCount, InternalAggregations aggregations)InternalHistogram.BucketInternalHistogram. createBucket(InternalAggregations aggregations, InternalHistogram.Bucket prototype)protected InternalHistogram.BucketInternalHistogram. reduceBucket(List<InternalHistogram.Bucket> buckets, InternalAggregation.ReduceContext context)Methods in org.elasticsearch.search.aggregations.bucket.histogram that return types with arguments of type InternalHistogram.Bucket Modifier and Type Method Description List<InternalHistogram.Bucket>InternalHistogram. getBuckets()Methods in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type InternalHistogram.Bucket Modifier and Type Method Description intInternalHistogram.Bucket. compareKey(InternalHistogram.Bucket other)InternalHistogram.BucketInternalHistogram. createBucket(InternalAggregations aggregations, InternalHistogram.Bucket prototype)Method parameters in org.elasticsearch.search.aggregations.bucket.histogram with type arguments of type InternalHistogram.Bucket Modifier and Type Method Description InternalHistogramInternalHistogram. create(List<InternalHistogram.Bucket> buckets)protected InternalHistogram.BucketInternalHistogram. reduceBucket(List<InternalHistogram.Bucket> buckets, InternalAggregation.ReduceContext context)
-