public class ObserverAggregators extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ObserverAggregators.HCol |
| Constructor and Description |
|---|
ObserverAggregators(ObserverAggregators.HCol[] _hcols) |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(org.apache.kylin.measure.MeasureAggregator[] measureAggrs,
List<org.apache.hadoop.hbase.Cell> rowCells) |
org.apache.kylin.measure.MeasureAggregator[] |
createBuffer() |
static ObserverAggregators |
deserialize(byte[] bytes) |
static ObserverAggregators |
fromValueDecoders(Collection<RowValueDecoder> rowValueDecoders) |
byte[][] |
getHColFamilies() |
byte[][] |
getHColQualifiers() |
int |
getHColsNum() |
ByteBuffer[] |
getHColValues(org.apache.kylin.measure.MeasureAggregator[] aggrs) |
static boolean |
match(ObserverAggregators.HCol col,
org.apache.hadoop.hbase.Cell cell) |
static byte[] |
serialize(ObserverAggregators o) |
public ObserverAggregators(ObserverAggregators.HCol[] _hcols)
public static ObserverAggregators fromValueDecoders(Collection<RowValueDecoder> rowValueDecoders)
public static byte[] serialize(ObserverAggregators o)
public static ObserverAggregators deserialize(byte[] bytes)
public org.apache.kylin.measure.MeasureAggregator[] createBuffer()
public void aggregate(org.apache.kylin.measure.MeasureAggregator[] measureAggrs,
List<org.apache.hadoop.hbase.Cell> rowCells)
public static boolean match(ObserverAggregators.HCol col, org.apache.hadoop.hbase.Cell cell)
public int getHColsNum()
public byte[][] getHColFamilies()
public byte[][] getHColQualifiers()
public ByteBuffer[] getHColValues(org.apache.kylin.measure.MeasureAggregator[] aggrs)
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.