Class InternalGeoGridBucket<B extends InternalGeoGridBucket>
java.lang.Object
org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGridBucket<B>
- All Implemented Interfaces:
java.lang.Comparable<InternalGeoGridBucket>,Writeable,ToXContent,GeoGrid.Bucket,MultiBucketsAggregation.Bucket,HasAggregations
- Direct Known Subclasses:
InternalGeoHashGridBucket,InternalGeoTileGridBucket
public abstract class InternalGeoGridBucket<B extends InternalGeoGridBucket> extends InternalMultiBucketAggregation.InternalBucket implements GeoGrid.Bucket, java.lang.Comparable<InternalGeoGridBucket>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description protected InternalAggregationsaggregationsprotected longdocCountprotected longhashAsLong -
Constructor Summary
Constructors Constructor Description InternalGeoGridBucket(long hashAsLong, long docCount, InternalAggregations aggregations)InternalGeoGridBucket(StreamInput in)Read from a stream. -
Method Summary
Modifier and Type Method Description intcompareTo(InternalGeoGridBucket other)booleanequals(java.lang.Object o)AggregationsgetAggregations()longgetDocCount()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods 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.search.aggregations.bucket.MultiBucketsAggregation.Bucket
getKey, getKeyAsString
-
Field Details
-
hashAsLong
protected long hashAsLong -
docCount
protected long docCount -
aggregations
-
-
Constructor Details
-
InternalGeoGridBucket
-
InternalGeoGridBucket
Read from a stream.- Throws:
java.io.IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
getDocCount
public long getDocCount()- Specified by:
getDocCountin interfaceMultiBucketsAggregation.Bucket- Returns:
- The number of documents that fall within this bucket
-
getAggregations
- Specified by:
getAggregationsin interfaceHasAggregations- Specified by:
getAggregationsin interfaceMultiBucketsAggregation.Bucket- Returns:
- The sub-aggregations of this bucket
-
compareTo
- Specified by:
compareToin interfacejava.lang.Comparable<B extends InternalGeoGridBucket>
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-