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