Uses of Class
org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
-
Packages that use InternalDateHistogram.Bucket Package Description org.elasticsearch.search.aggregations.bucket.histogram -
-
Uses of InternalDateHistogram.Bucket in org.elasticsearch.search.aggregations.bucket.histogram
Methods in org.elasticsearch.search.aggregations.bucket.histogram that return InternalDateHistogram.Bucket Modifier and Type Method Description InternalDateHistogram.BucketInternalDateHistogram. createBucket(Number key, long docCount, InternalAggregations aggregations)InternalDateHistogram.BucketInternalDateHistogram. createBucket(InternalAggregations aggregations, InternalDateHistogram.Bucket prototype)protected InternalDateHistogram.BucketInternalDateHistogram. reduceBucket(List<InternalDateHistogram.Bucket> buckets, InternalAggregation.ReduceContext context)Reduce a list of same-keyed buckets (from multiple shards) to a single bucket.Methods in org.elasticsearch.search.aggregations.bucket.histogram that return types with arguments of type InternalDateHistogram.Bucket Modifier and Type Method Description List<InternalDateHistogram.Bucket>InternalDateHistogram. getBuckets()Methods in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type InternalDateHistogram.Bucket Modifier and Type Method Description intInternalDateHistogram.Bucket. compareKey(InternalDateHistogram.Bucket other)InternalDateHistogram.BucketInternalDateHistogram. createBucket(InternalAggregations aggregations, InternalDateHistogram.Bucket prototype)Method parameters in org.elasticsearch.search.aggregations.bucket.histogram with type arguments of type InternalDateHistogram.Bucket Modifier and Type Method Description InternalDateHistogramInternalDateHistogram. create(List<InternalDateHistogram.Bucket> buckets)protected InternalDateHistogram.BucketInternalDateHistogram. reduceBucket(List<InternalDateHistogram.Bucket> buckets, InternalAggregation.ReduceContext context)Reduce a list of same-keyed buckets (from multiple shards) to a single bucket.
-