public static class GeoDistanceAggregationBuilder.Range extends RangeAggregator.Range
Writeable.Reader<V>, Writeable.Writer<V>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Paramsfrom, FROM_FIELD, fromAsStr, key, KEY_FIELD, to, TO_FIELD, toAsStrEMPTY_PARAMS| Constructor and Description |
|---|
Range(StreamInput in)
Read from a stream.
|
Range(java.lang.String key,
java.lang.Double from,
java.lang.Double to) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
equals, fromXContent, getFrom, getFromAsString, getKey, getTo, getToAsString, hashCode, toString, toXContentclone, finalize, getClass, notify, notifyAll, wait, wait, waitisFragmentpublic Range(java.lang.String key,
java.lang.Double from,
java.lang.Double to)
public Range(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
WriteablewriteTo in interface WriteablewriteTo in class RangeAggregator.Rangejava.io.IOException