Class ParsedAdjacencyMatrix.ParsedBucket
java.lang.Object
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix.ParsedBucket
- All Implemented Interfaces:
AdjacencyMatrix.Bucket
,MultiBucketsAggregation.Bucket
,HasAggregations
,ToXContent
- Enclosing class:
- ParsedAdjacencyMatrix
public static class ParsedAdjacencyMatrix.ParsedBucket
extends ParsedMultiBucketAggregation.ParsedBucket
implements AdjacencyMatrix.Bucket
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
-
Method Summary
Methods inherited from class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
getAggregations, getDocCount, isKeyed, keyToXContent, parseXContent, setAggregations, setDocCount, setKeyAsString, setKeyed, toXContent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
getAggregations, getDocCount
Methods inherited from interface org.elasticsearch.xcontent.ToXContent
isFragment, toXContent
-
Constructor Details
-
ParsedBucket
public ParsedBucket()
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceMultiBucketsAggregation.Bucket
- Returns:
- The key associated with the bucket
-
getKeyAsString
- Specified by:
getKeyAsString
in interfaceMultiBucketsAggregation.Bucket
- Overrides:
getKeyAsString
in classParsedMultiBucketAggregation.ParsedBucket
- Returns:
- The key associated with the bucket as a string
-