public class ApproximateHistogramFoldingAggregatorFactory extends ApproximateHistogramAggregatorFactory
fieldName, lowerLimit, name, numBuckets, resolution, upperLimit| Constructor and Description |
|---|
ApproximateHistogramFoldingAggregatorFactory(String name,
String fieldName,
Integer resolution,
Integer numBuckets,
Float lowerLimit,
Float upperLimit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Aggregator |
factorize(ColumnSelectorFactory metricFactory) |
BufferAggregator |
factorizeBuffered(ColumnSelectorFactory metricFactory) |
byte[] |
getCacheKey() |
AggregatorFactory |
getCombiningFactory()
Returns an AggregatorFactory that can be used to combine the output of aggregators from this factory.
|
int |
hashCode() |
String |
toString() |
combine, deserialize, finalizeComputation, getAggregatorStartValue, getComparator, getFieldName, getLowerLimit, getMaxIntermediateSize, getName, getNumBuckets, getRequiredColumns, getResolution, getTypeName, getUpperLimit, requiredFieldspublic Aggregator factorize(ColumnSelectorFactory metricFactory)
factorize in interface AggregatorFactoryfactorize in class ApproximateHistogramAggregatorFactorypublic BufferAggregator factorizeBuffered(ColumnSelectorFactory metricFactory)
factorizeBuffered in interface AggregatorFactoryfactorizeBuffered in class ApproximateHistogramAggregatorFactorypublic AggregatorFactory getCombiningFactory()
AggregatorFactorygetCombiningFactory in interface AggregatorFactorygetCombiningFactory in class ApproximateHistogramAggregatorFactorypublic byte[] getCacheKey()
getCacheKey in interface AggregatorFactorygetCacheKey in class ApproximateHistogramAggregatorFactorypublic boolean equals(Object o)
equals in class ApproximateHistogramAggregatorFactorypublic int hashCode()
hashCode in class ApproximateHistogramAggregatorFactorypublic String toString()
toString in class ApproximateHistogramAggregatorFactoryCopyright © 2011–2015. All rights reserved.