Package com.mapr.fs.jni
Class MapRResult
java.lang.Object
com.mapr.fs.jni.MapRResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]intint[]int[]int[]int[]longint[]int[]int[]booleanintlonglong[]int[]int[]int[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bufBytes
public byte[] bufBytes -
bufSize
public int bufSize -
keyLength
public int keyLength -
isDelete
public boolean isDelete -
familyOffsets
public int[] familyOffsets -
columnOffsets
public int[] columnOffsets -
columnLengths
public int[] columnLengths -
timestamps
public long[] timestamps -
valueOffsets
public int[] valueOffsets -
valueLengths
public int[] valueLengths -
isColDelete
public int[] isColDelete -
isColDeleteExact
public int[] isColDeleteExact -
cfIds
public int[] cfIds -
cellsPerFamily
public int[] cellsPerFamily -
versions
public int[] versions -
rowTs
public long rowTs -
deleteTs
public long deleteTs
-
-
Constructor Details
-
MapRResult
public MapRResult()
-
-
Method Details
-
toString
-
getKey
-
getJsonByteBufs
- Throws:
IOException
-
DecodeByteBuf
- Throws:
IOException
-
getByteBuf
-
getBufSize
public int getBufSize() -
getKeyLength
public int getKeyLength() -
getIsDelete
public boolean getIsDelete() -
getColumnOffsets
public int[] getColumnOffsets() -
getColumnLengths
public int[] getColumnLengths() -
getValueOffsets
public int[] getValueOffsets() -
getValueLengths
public int[] getValueLengths() -
getIsColDelete
public int[] getIsColDelete() -
getIsColDeleteExact
public int[] getIsColDeleteExact() -
getTimeStamps
public long[] getTimeStamps() -
getCfids
public int[] getCfids() -
getCellsPerFamily
public int[] getCellsPerFamily() -
versions
public int[] versions() -
getRowTs
public long getRowTs() -
getDeleteTs
public long getDeleteTs() -
isEmpty
public boolean isEmpty()
-