public class InternalGeoHashGrid extends InternalAggregation implements GeoHashGrid
InternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.TypeToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
protected Map<String,org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid.Bucket> |
bucketMap |
static AggregationStreams.Stream |
STREAM |
static InternalAggregation.Type |
TYPE |
nameEMPTY_PARAMS| Constructor and Description |
|---|
InternalGeoHashGrid(String name,
int requiredSize,
Collection<org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid.Bucket> buckets) |
| Modifier and Type | Method and Description |
|---|---|
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
GeoHashGrid.Bucket |
getBucketByKey(GeoPoint key) |
GeoHashGrid.Bucket |
getBucketByKey(Number key) |
GeoHashGrid.Bucket |
getBucketByKey(String geohash)
The bucket that is associated with the given key.
|
Collection<GeoHashGrid.Bucket> |
getBuckets() |
void |
readFrom(StreamInput in) |
InternalGeoHashGrid |
reduce(InternalAggregation.ReduceContext reduceContext)
Reduces the given addAggregation to a single one and returns it.
|
static void |
registerStreams() |
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 static final AggregationStreams.Stream STREAM
public InternalGeoHashGrid(String name, int requiredSize, Collection<org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid.Bucket> buckets)
public static void registerStreams()
public InternalAggregation.Type type()
type in class InternalAggregationInternalAggregation.Type of this aggregationpublic Collection<GeoHashGrid.Bucket> getBuckets()
getBuckets in interface GeoHashGridgetBuckets in interface MultiBucketsAggregationpublic GeoHashGrid.Bucket getBucketByKey(String geohash)
MultiBucketsAggregationgetBucketByKey in interface GeoHashGridgetBucketByKey in interface MultiBucketsAggregationgeohash - The key of the requested bucket.public GeoHashGrid.Bucket getBucketByKey(Number key)
getBucketByKey in interface GeoHashGridpublic GeoHashGrid.Bucket getBucketByKey(GeoPoint key)
getBucketByKey in interface GeoHashGridpublic InternalGeoHashGrid 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.