Uses of Interface
org.elasticsearch.search.aggregations.bucket.histogram.Histogram.Bucket
-
Packages that use Histogram.Bucket Package Description org.elasticsearch.search.aggregations.bucket.histogram -
-
Uses of Histogram.Bucket in org.elasticsearch.search.aggregations.bucket.histogram
Classes in org.elasticsearch.search.aggregations.bucket.histogram that implement Histogram.Bucket Modifier and Type Class Description static classInternalAutoDateHistogram.Bucketstatic classInternalDateHistogram.Bucketstatic classInternalHistogram.Bucketstatic classParsedAutoDateHistogram.ParsedBucketstatic classParsedDateHistogram.ParsedBucketMethods in org.elasticsearch.search.aggregations.bucket.histogram that return types with arguments of type Histogram.Bucket Modifier and Type Method Description List<? extends Histogram.Bucket>Histogram. getBuckets()List<? extends Histogram.Bucket>ParsedAutoDateHistogram. getBuckets()List<? extends Histogram.Bucket>ParsedDateHistogram. getBuckets()List<? extends Histogram.Bucket>ParsedHistogram. getBuckets()
-