public class Grouping extends Object
Modifier and Type | Method and Description |
---|---|
static Grouping |
create(List<DimensionSpec> dimensions,
List<Aggregation> aggregations) |
boolean |
equals(Object o) |
List<Aggregation> |
getAggregations() |
List<AggregatorFactory> |
getAggregatorFactories() |
List<DimensionSpec> |
getDimensions() |
List<PostAggregator> |
getPostAggregators() |
int |
hashCode() |
String |
toString() |
public static Grouping create(List<DimensionSpec> dimensions, List<Aggregation> aggregations)
public List<DimensionSpec> getDimensions()
public List<Aggregation> getAggregations()
public List<AggregatorFactory> getAggregatorFactories()
public List<PostAggregator> getPostAggregators()
Copyright © 2011–2017. All rights reserved.