Package com.mapr.fs.jni
Class MapRScan
- java.lang.Object
-
- com.mapr.fs.jni.MapRScan
-
public class MapRScan extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intbatchintcachingbyte[]filterMapRRowConstraintrowConstraintbooleanshouldDecompressbooleanshouldFlushbyte[]startRowbyte[]stopRow
-
Constructor Summary
Constructors Constructor Description MapRScan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getFilter()voidsetFilter(byte[] filter)voidsetFlushOnRead(boolean val)booleanshouldFlushOnRead()
-
-
-
Field Detail
-
startRow
public byte[] startRow
-
stopRow
public byte[] stopRow
-
batch
public int batch
-
caching
public int caching
-
rowConstraint
public MapRRowConstraint rowConstraint
-
filter
public byte[] filter
-
shouldFlush
public boolean shouldFlush
-
shouldDecompress
public boolean shouldDecompress
-
-