public class InternalIPv4Range extends InternalRange<InternalIPv4Range.Bucket> implements IPv4Range
Modifier and Type | Class and Description |
---|---|
static class |
InternalIPv4Range.Bucket |
InternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.Type
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Modifier and Type | Field and Description |
---|---|
static org.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Factory |
FACTORY |
static long |
MAX_IP |
static InternalAggregation.Type |
TYPE |
name
EMPTY_PARAMS
Constructor and Description |
---|
InternalIPv4Range() |
InternalIPv4Range(String name,
List<InternalIPv4Range.Bucket> ranges,
boolean keyed) |
Modifier and Type | Method and Description |
---|---|
protected InternalRange.Factory<InternalIPv4Range.Bucket,?> |
getFactory() |
static void |
registerStream() |
InternalAggregation.Type |
type() |
doXContentBody, getBucketByKey, getBuckets, readFrom, reduce, writeTo
getName, readSize, toXContent, writeSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBucketByKey, getBuckets
getName
public static final long MAX_IP
public static final InternalAggregation.Type TYPE
public static final org.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Factory FACTORY
public InternalIPv4Range()
public InternalIPv4Range(String name, List<InternalIPv4Range.Bucket> ranges, boolean keyed)
public static void registerStream()
public InternalAggregation.Type type()
type
in class InternalRange<InternalIPv4Range.Bucket>
InternalAggregation.Type
of this aggregationprotected InternalRange.Factory<InternalIPv4Range.Bucket,?> getFactory()
getFactory
in class InternalRange<InternalIPv4Range.Bucket>
Copyright © 2009–2015. All rights reserved.