public class InternalRange<B extends InternalRange.Bucket> extends InternalAggregation implements Range
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalRange.Bucket |
static class |
InternalRange.Factory<B extends InternalRange.Bucket,R extends InternalRange<B>> |
InternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.TypeToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static InternalAggregation.Type |
TYPE |
nameEMPTY_PARAMS| Constructor and Description |
|---|
InternalRange() |
InternalRange(String name,
List<B> ranges,
ValueFormatter formatter,
boolean keyed) |
| Modifier and Type | Method and Description |
|---|---|
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
B |
getBucketByKey(String key)
The bucket that is associated with the given key.
|
Collection<B> |
getBuckets()
Return the buckets of this range aggregation.
|
protected InternalRange.Factory<B,?> |
getFactory() |
void |
readFrom(StreamInput in) |
InternalAggregation |
reduce(InternalAggregation.ReduceContext reduceContext)
Reduces the given addAggregation to a single one and returns it.
|
static void |
registerStream() |
InternalAggregation.Type |
type() |
void |
writeTo(StreamOutput out) |
getName, readSize, toXContent, writeSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static final InternalAggregation.Type TYPE
public InternalRange()
public InternalRange(String name, List<B> ranges, @Nullable ValueFormatter formatter, boolean keyed)
public static void registerStream()
public InternalAggregation.Type type()
type in class InternalAggregationInternalAggregation.Type of this aggregationpublic Collection<B> getBuckets()
RangegetBuckets in interface MultiBucketsAggregationgetBuckets in interface Rangepublic B getBucketByKey(String key)
MultiBucketsAggregationgetBucketByKey in interface MultiBucketsAggregationgetBucketByKey in interface Rangekey - The key of the requested bucket.protected InternalRange.Factory<B,?> getFactory()
public InternalAggregation reduce(InternalAggregation.ReduceContext reduceContext)
InternalAggregationreduce in class InternalAggregationpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException
doXContentBody in class InternalAggregationIOExceptionCopyright © 2009–2016. All rights reserved.