public class KeyValueCreator extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isFullCopy |
| Constructor and Description |
|---|
KeyValueCreator(org.apache.kylin.cube.model.CubeDesc cubeDesc,
org.apache.kylin.cube.model.HBaseColumnDesc colDesc) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.KeyValue |
create(byte[] keyBytes,
int keyOffset,
int keyLength,
byte[] value,
int voffset,
int vlen) |
org.apache.hadoop.hbase.KeyValue |
create(byte[] keyBytes,
int keyOffset,
int keyLength,
Object[] measureValues) |
org.apache.hadoop.hbase.KeyValue |
create(org.apache.hadoop.io.Text key,
byte[] value,
int voffset,
int vlen) |
org.apache.hadoop.hbase.KeyValue |
create(org.apache.hadoop.io.Text key,
Object[] measureValues) |
public KeyValueCreator(org.apache.kylin.cube.model.CubeDesc cubeDesc,
org.apache.kylin.cube.model.HBaseColumnDesc colDesc)
public org.apache.hadoop.hbase.KeyValue create(org.apache.hadoop.io.Text key,
Object[] measureValues)
public org.apache.hadoop.hbase.KeyValue create(byte[] keyBytes,
int keyOffset,
int keyLength,
Object[] measureValues)
public org.apache.hadoop.hbase.KeyValue create(byte[] keyBytes,
int keyOffset,
int keyLength,
byte[] value,
int voffset,
int vlen)
public org.apache.hadoop.hbase.KeyValue create(org.apache.hadoop.io.Text key,
byte[] value,
int voffset,
int vlen)
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.