Uses of Class
org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGridBucket
-
Packages that use InternalGeoGridBucket Package Description org.elasticsearch.search.aggregations.bucket.geogrid -
-
Uses of InternalGeoGridBucket in org.elasticsearch.search.aggregations.bucket.geogrid
Classes in org.elasticsearch.search.aggregations.bucket.geogrid with type parameters of type InternalGeoGridBucket Modifier and Type Class Description classInternalGeoGrid<B extends InternalGeoGridBucket>Represents a grid of cells where each cell's location is determined by a specific geo hashing algorithm.classInternalGeoGridBucket<B extends InternalGeoGridBucket>Subclasses of InternalGeoGridBucket in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Class Description classInternalGeoHashGridBucketclassInternalGeoTileGridBucketFields in org.elasticsearch.search.aggregations.bucket.geogrid with type parameters of type InternalGeoGridBucket Modifier and Type Field Description protected List<InternalGeoGridBucket>InternalGeoGrid. bucketsMethods in org.elasticsearch.search.aggregations.bucket.geogrid that return InternalGeoGridBucket Modifier and Type Method Description InternalGeoGridBucketInternalGeoHashGrid. createBucket(InternalAggregations aggregations, InternalGeoGridBucket prototype)InternalGeoGridBucketInternalGeoTileGrid. createBucket(InternalAggregations aggregations, InternalGeoGridBucket prototype)protected InternalGeoGridBucketInternalGeoGrid. reduceBucket(List<InternalGeoGridBucket> buckets, InternalAggregation.ReduceContext context)Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return types with arguments of type InternalGeoGridBucket Modifier and Type Method Description List<InternalGeoGridBucket>InternalGeoGrid. getBuckets()Methods in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type InternalGeoGridBucket Modifier and Type Method Description intInternalGeoGridBucket. compareTo(InternalGeoGridBucket other)InternalGeoGridBucketInternalGeoHashGrid. createBucket(InternalAggregations aggregations, InternalGeoGridBucket prototype)InternalGeoGridBucketInternalGeoTileGrid. createBucket(InternalAggregations aggregations, InternalGeoGridBucket prototype)Method parameters in org.elasticsearch.search.aggregations.bucket.geogrid with type arguments of type InternalGeoGridBucket Modifier and Type Method Description InternalGeoGridInternalGeoHashGrid. create(List<InternalGeoGridBucket> buckets)InternalGeoGridInternalGeoTileGrid. create(List<InternalGeoGridBucket> buckets)protected InternalGeoGridBucketInternalGeoGrid. reduceBucket(List<InternalGeoGridBucket> buckets, InternalAggregation.ReduceContext context)
-