public class MapRScan
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
batch |
int |
caching |
byte[] |
filter |
MapRRowConstraint |
rowConstraint |
boolean |
shouldDecompress |
boolean |
shouldFlush |
byte[] |
startRow |
byte[] |
stopRow |
| Constructor and Description |
|---|
MapRScan() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFilter() |
void |
setFilter(byte[] filter) |
void |
setFlushOnRead(boolean val) |
boolean |
shouldFlushOnRead() |
public byte[] startRow
public byte[] stopRow
public int batch
public int caching
public MapRRowConstraint rowConstraint
public byte[] filter
public boolean shouldFlush
public boolean shouldDecompress