public class RawScan extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
endKey |
List<org.apache.kylin.common.util.Pair<byte[],byte[]>> |
fuzzyKeys |
int |
hbaseCaching |
List<org.apache.kylin.common.util.Pair<byte[],byte[]>> |
hbaseColumns |
int |
hbaseMaxResultSize |
static org.apache.kylin.common.util.BytesSerializer<RawScan> |
serializer |
byte[] |
startKey |
| Constructor and Description |
|---|
RawScan(byte[] startKey,
byte[] endKey,
List<org.apache.kylin.common.util.Pair<byte[],byte[]>> hbaseColumns,
List<org.apache.kylin.common.util.Pair<byte[],byte[]>> fuzzyKeys,
int hbaseCaching,
int hbaseMaxResultSize) |
RawScan(RawScan other) |
public byte[] startKey
public byte[] endKey
public List<org.apache.kylin.common.util.Pair<byte[],byte[]>> hbaseColumns
public List<org.apache.kylin.common.util.Pair<byte[],byte[]>> fuzzyKeys
public int hbaseCaching
public int hbaseMaxResultSize
public static final org.apache.kylin.common.util.BytesSerializer<RawScan> serializer
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.