public class AggregatorParser extends Object
| Constructor and Description |
|---|
AggregatorParser() |
| Modifier and Type | Method and Description |
|---|---|
static Aggregator |
createAvgAggregator(Attribute.Type type) |
static Aggregator |
createMaxAggregator(Attribute.Type type) |
static Aggregator |
createMinAggregator(Attribute.Type type) |
static Aggregator |
createSumAggregator(Attribute.Type type) |
static AbstractAggregateAttributeGenerator |
loadAggregatorClass(String aggregationName) |
public static AbstractAggregateAttributeGenerator loadAggregatorClass(String aggregationName)
public static Aggregator createSumAggregator(Attribute.Type type)
public static Aggregator createAvgAggregator(Attribute.Type type)
public static Aggregator createMaxAggregator(Attribute.Type type)
public static Aggregator createMinAggregator(Attribute.Type type)
Copyright © 2012. All Rights Reserved.