Package com.mapr.fs.jni
Class MapRGet
java.lang.Object
com.mapr.fs.jni.MapRGet
- All Implemented Interfaces:
Comparable<MapRGet>
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]booleanbyte[]int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonggetArena()booleanbyte[]byte[]getKey()voidsetArena(long arenaAddr) voidsetEncodedResult(boolean val) voidsetFilter(byte[] filter)
-
Field Details
-
key
public byte[] key -
result
-
rowConstraint
-
filter
public byte[] filter -
listIndex
public int listIndex -
isEncodedResult
public boolean isEncodedResult
-
-
Constructor Details
-
MapRGet
public MapRGet()
-
-
Method Details
-
setEncodedResult
public void setEncodedResult(boolean val) -
getEncodedResult
public boolean getEncodedResult() -
getResult
-
getKey
public byte[] getKey() -
getArena
public long getArena() -
setArena
public void setArena(long arenaAddr) -
getFilter
public byte[] getFilter() -
setFilter
public void setFilter(byte[] filter) -
compareTo
- Specified by:
compareToin interfaceComparable<MapRGet>
-