public abstract class AggregationCache extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<AggrKey,org.apache.kylin.measure.MeasureAggregator[]> |
aggBufMap |
| Constructor and Description |
|---|
AggregationCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkMemoryUsage() |
abstract org.apache.kylin.measure.MeasureAggregator[] |
createBuffer() |
org.apache.kylin.measure.MeasureAggregator[] |
getBuffer(AggrKey aggkey) |
long |
getSize() |
public abstract org.apache.kylin.measure.MeasureAggregator[] createBuffer()
public org.apache.kylin.measure.MeasureAggregator[] getBuffer(AggrKey aggkey)
public long getSize()
public void checkMemoryUsage()
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.