Package com.mapr.fs.jni
Class MapRScan
java.lang.Object
com.mapr.fs.jni.MapRScan
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintbyte[]booleanbooleanbyte[]byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetFilter(byte[] filter) voidsetFlushOnRead(boolean val) boolean
-
Field Details
-
startRow
public byte[] startRow -
stopRow
public byte[] stopRow -
batch
public int batch -
caching
public int caching -
rowConstraint
-
filter
public byte[] filter -
shouldFlush
public boolean shouldFlush -
shouldDecompress
public boolean shouldDecompress
-
-
Constructor Details
-
MapRScan
public MapRScan()
-
-
Method Details
-
getFilter
public byte[] getFilter() -
setFilter
public void setFilter(byte[] filter) -
setFlushOnRead
public void setFlushOnRead(boolean val) -
shouldFlushOnRead
public boolean shouldFlushOnRead()
-