public class InternalGeoDistance extends InternalRange<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket,InternalGeoDistance>
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalGeoDistance.Factory |
InternalMultiBucketAggregation.InternalBucketInternalAggregation.ReduceContextAggregation.CommonFieldsToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field and Description |
|---|---|
static InternalGeoDistance.Factory |
FACTORY |
format, keyedmetaData, nameTYPED_KEYS_DELIMITEREMPTY_PARAMS| Constructor and Description |
|---|
InternalGeoDistance(StreamInput in)
Read from a stream.
|
InternalGeoDistance(java.lang.String name,
java.util.List<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket> ranges,
boolean keyed,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
InternalRange.Factory<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket,InternalGeoDistance> |
getFactory() |
java.lang.String |
getWriteableName()
Returns the name of the writeable object
|
create, createBucket, doReduce, doWriteTo, doXContentBody, getBucketsgetPropertygetMetaData, getName, getProperty, getType, pipelineAggregators, readSize, reduce, toXContent, writeSize, writeToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetaData, getName, getTypeisFragment, toXContentpublic static final InternalGeoDistance.Factory FACTORY
public InternalGeoDistance(java.lang.String name,
java.util.List<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket> ranges,
boolean keyed,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData)
public InternalGeoDistance(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic InternalRange.Factory<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket,InternalGeoDistance> getFactory()
getFactory in class InternalRange<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket,InternalGeoDistance>public java.lang.String getWriteableName()
NamedWriteablegetWriteableName in interface NamedWriteablegetWriteableName in class InternalRange<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket,InternalGeoDistance>