Class InternalComposite.InternalBucket
java.lang.Object
org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
org.elasticsearch.search.aggregations.bucket.composite.InternalComposite.InternalBucket
- All Implemented Interfaces:
Writeable,ToXContent,CompositeAggregation.Bucket,MultiBucketsAggregation.Bucket,HasAggregations,KeyComparable<InternalComposite.InternalBucket>
- Enclosing class:
- InternalComposite
public static class InternalComposite.InternalBucket extends InternalMultiBucketAggregation.InternalBucket implements CompositeAggregation.Bucket, KeyComparable<InternalComposite.InternalBucket>
-
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
-
Method Summary
Modifier and Type Method Description intcompareKey(InternalComposite.InternalBucket other)Compare thisMultiBucketsAggregation.Bucketskeywith another bucket.booleanequals(java.lang.Object obj)AggregationsgetAggregations()longgetDocCount()java.util.Map<java.lang.String,java.lang.Object>getKey()java.lang.StringgetKeyAsString()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
getProperty
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
getKey
public java.util.Map<java.lang.String,java.lang.Object> getKey()- Specified by:
getKeyin interfaceCompositeAggregation.Bucket- Specified by:
getKeyin interfaceMultiBucketsAggregation.Bucket- Returns:
- The key associated with the bucket
-
getKeyAsString
public java.lang.String getKeyAsString()- Specified by:
getKeyAsStringin interfaceMultiBucketsAggregation.Bucket- Returns:
- The key associated with the bucket as a string
-
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
-
compareKey
Description copied from interface:KeyComparableCompare thisMultiBucketsAggregation.Bucketskeywith another bucket.- Specified by:
compareKeyin interfaceKeyComparable<InternalComposite.InternalBucket>- Parameters:
other- the bucket that contains the key to compare to.- Returns:
- a negative integer, zero, or a positive integer as this buckets key is less than, equal to, or greater than the other buckets key.
- See Also:
Comparable.compareTo(Object)
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-