Package com.mapr.fs.jni
Class MapRResult
- java.lang.Object
-
- com.mapr.fs.jni.MapRResult
-
public class MapRResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]bufBytesintbufSizeint[]cellsPerFamilyint[]cfIdsint[]columnLengthsint[]columnOffsetslongdeleteTsint[]familyOffsetsint[]isColDeleteint[]isColDeleteExactbooleanisDeleteintkeyLengthlongrowTslong[]timestampsint[]valueLengthsint[]valueOffsetsint[]versions
-
Constructor Summary
Constructors Constructor Description MapRResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidDecodeByteBuf(ParsedRow prow)intgetBufSize()java.nio.ByteBuffergetByteBuf()int[]getCellsPerFamily()int[]getCfids()int[]getColumnLengths()int[]getColumnOffsets()longgetDeleteTs()int[]getIsColDelete()int[]getIsColDeleteExact()booleangetIsDelete()java.util.Map<java.lang.Integer,java.nio.ByteBuffer>getJsonByteBufs()java.nio.ByteBuffergetKey()intgetKeyLength()longgetRowTs()long[]getTimeStamps()int[]getValueLengths()int[]getValueOffsets()booleanisEmpty()java.lang.StringtoString()int[]versions()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getKey
public java.nio.ByteBuffer getKey()
-
getJsonByteBufs
public java.util.Map<java.lang.Integer,java.nio.ByteBuffer> getJsonByteBufs() throws java.io.IOException- Throws:
java.io.IOException
-
DecodeByteBuf
public void DecodeByteBuf(ParsedRow prow) throws java.io.IOException
- Throws:
java.io.IOException
-
getByteBuf
public java.nio.ByteBuffer 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()
-
-