public static class InternalIPv4Range.Bucket extends InternalRange.Bucket implements IPv4Range.Bucket
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket>| Constructor and Description |
|---|
Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations) |
Bucket(String key,
double from,
double to,
long docCount,
List<InternalAggregation> aggregations) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRange.Factory<InternalIPv4Range.Bucket,?> |
getFactory() |
String |
getFromAsString() |
String |
getToAsString() |
generateKey, getAggregations, getDocCount, getFrom, getKey, getKeyAsText, getToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFrom, getTogetAggregations, getDocCount, getKey, getKeyAsTextpublic Bucket(String key, double from, double to, long docCount, List<InternalAggregation> aggregations)
public Bucket(String key, double from, double to, long docCount, InternalAggregations aggregations)
public String getFromAsString()
getFromAsString in interface Range.BucketgetFromAsString in class InternalRange.Bucketpublic String getToAsString()
getToAsString in interface Range.BucketgetToAsString in class InternalRange.Bucketprotected InternalRange.Factory<InternalIPv4Range.Bucket,?> getFactory()
getFactory in class InternalRange.BucketCopyright © 2009–2016. All rights reserved.