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.Params
-
Nested 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-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
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()Breduce(java.util.List<B> buckets, InternalAggregation.ReduceContext context)XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.-
Methods inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
getProperty
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
getKey, getKeyAsString
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
isFragment
-
-
-
-
Field Detail
-
hashAsLong
protected long hashAsLong
-
docCount
protected long docCount
-
aggregations
protected InternalAggregations aggregations
-
-
Constructor Detail
-
InternalGeoGridBucket
public InternalGeoGridBucket(long hashAsLong, long docCount, InternalAggregations aggregations)
-
InternalGeoGridBucket
public InternalGeoGridBucket(StreamInput in) throws java.io.IOException
Read from a stream.- Throws:
java.io.IOException
-
-
Method Detail
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
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
public Aggregations getAggregations()
- Specified by:
getAggregationsin interfaceHasAggregations- Specified by:
getAggregationsin interfaceMultiBucketsAggregation.Bucket- Returns:
- The sub-aggregations of this bucket
-
compareTo
public int compareTo(InternalGeoGridBucket other)
- Specified by:
compareToin interfacejava.lang.Comparable<B extends InternalGeoGridBucket>
-
reduce
public B reduce(java.util.List<B> buckets, InternalAggregation.ReduceContext context)
-
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
-
-