Class InternalGeoTileGridBucket
java.lang.Object
org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGridBucket<InternalGeoTileGridBucket>
org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoTileGridBucket
- All Implemented Interfaces:
Comparable<InternalGeoGridBucket>,Writeable,org.elasticsearch.common.xcontent.ToXContent,GeoGrid.Bucket,MultiBucketsAggregation.Bucket,HasAggregations
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGridBucket
aggregations, docCount, hashAsLongFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGridBucket
compareTo, equals, getAggregations, getDocCount, hashCode, toXContent, writeToMethods inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
getPropertyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContent
isFragment
-
Constructor Details
-
InternalGeoTileGridBucket
Read from a stream.- Throws:
IOException
-
-
Method Details
-
getKeyAsString
- Returns:
- The key associated with the bucket as a string
-
getKey
- Returns:
- The key associated with the bucket
-