Uses of Class
org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
-
Packages that use InternalBinaryRange.Bucket Package Description org.elasticsearch.search.aggregations.bucket.range -
-
Uses of InternalBinaryRange.Bucket in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return InternalBinaryRange.Bucket Modifier and Type Method Description InternalBinaryRange.BucketInternalBinaryRange. createBucket(InternalAggregations aggregations, InternalBinaryRange.Bucket prototype)protected InternalBinaryRange.BucketInternalBinaryRange. reduceBucket(List<InternalBinaryRange.Bucket> buckets, InternalAggregation.ReduceContext context)Methods in org.elasticsearch.search.aggregations.bucket.range that return types with arguments of type InternalBinaryRange.Bucket Modifier and Type Method Description List<InternalBinaryRange.Bucket>InternalBinaryRange. getBuckets()Methods in org.elasticsearch.search.aggregations.bucket.range with parameters of type InternalBinaryRange.Bucket Modifier and Type Method Description InternalBinaryRange.BucketInternalBinaryRange. createBucket(InternalAggregations aggregations, InternalBinaryRange.Bucket prototype)Method parameters in org.elasticsearch.search.aggregations.bucket.range with type arguments of type InternalBinaryRange.Bucket Modifier and Type Method Description InternalBinaryRangeInternalBinaryRange. create(List<InternalBinaryRange.Bucket> buckets)protected InternalBinaryRange.BucketInternalBinaryRange. reduceBucket(List<InternalBinaryRange.Bucket> buckets, InternalAggregation.ReduceContext context)Constructor parameters in org.elasticsearch.search.aggregations.bucket.range with type arguments of type InternalBinaryRange.Bucket Constructor Description InternalBinaryRange(String name, DocValueFormat format, boolean keyed, List<InternalBinaryRange.Bucket> buckets, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)
-