public interface Aggregations extends Iterable<Aggregation>
| Modifier and Type | Method and Description |
|---|---|
List<Aggregation> |
asList()
The list of
Aggregations. |
Map<String,Aggregation> |
asMap()
Returns the
Aggregations keyed by aggregation name. |
<A extends Aggregation> |
get(String name)
Returns the aggregation that is associated with the specified name.
|
Map<String,Aggregation> |
getAsMap()
Returns the
Aggregations keyed by aggregation name. |
Object |
getProperty(String path)
Get the value of specified path in the aggregation.
|
List<Aggregation> asList()
Aggregations.Map<String,Aggregation> asMap()
Aggregations keyed by aggregation name.Map<String,Aggregation> getAsMap()
Aggregations keyed by aggregation name.<A extends Aggregation> A get(String name)
Copyright © 2009–2017. All rights reserved.