ToXContent, ToXContentFragment, Aggregation, GeoHashGrid, MultiBucketsAggregationpublic class ParsedGeoHashGrid extends ParsedMultiBucketAggregation<ParsedGeoHashGrid.ParsedBucket> implements GeoHashGrid
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ParsedGeoHashGrid.ParsedBucket |
Aggregation.CommonFieldsGeoHashGrid.BucketToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsTYPED_KEYS_DELIMITERmetadatabuckets, keyedEMPTY_PARAMS| Constructor | Description |
|---|---|
ParsedGeoHashGrid() |
| Modifier and Type | Method | Description |
|---|---|---|
static ParsedGeoHashGrid |
fromXContent(XContentParser parser,
java.lang.String name) |
|
java.util.List<? extends GeoHashGrid.Bucket> |
getBuckets() |
|
java.lang.String |
getType() |
getMetaData, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeclareAggregationFields, getMetaData, getName, parseDouble, setName, toXContentdeclareMultiBucketAggregationFields, doXContentBodytoXContentisFragmentpublic java.lang.String getType()
getType in interface Aggregationpublic java.util.List<? extends GeoHashGrid.Bucket> getBuckets()
getBuckets in interface GeoHashGridgetBuckets in interface MultiBucketsAggregationpublic static ParsedGeoHashGrid fromXContent(XContentParser parser, java.lang.String name) throws java.io.IOException
java.io.IOException