public class MapRResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
bufBytes |
int |
bufSize |
int[] |
cellsPerFamily |
int[] |
cfIds |
int[] |
columnLengths |
int[] |
columnOffsets |
long |
deleteTs |
int[] |
familyOffsets |
int[] |
isColDelete |
int[] |
isColDeleteExact |
boolean |
isDelete |
int |
keyLength |
long |
rowTs |
long[] |
timestamps |
int[] |
valueLengths |
int[] |
valueOffsets |
int[] |
versions |
| Constructor and Description |
|---|
MapRResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecodeByteBuf(ParsedRow prow) |
int |
getBufSize() |
java.nio.ByteBuffer |
getByteBuf() |
int[] |
getCellsPerFamily() |
int[] |
getCfids() |
int[] |
getColumnLengths() |
int[] |
getColumnOffsets() |
long |
getDeleteTs() |
int[] |
getIsColDelete() |
int[] |
getIsColDeleteExact() |
boolean |
getIsDelete() |
java.util.Map<java.lang.Integer,java.nio.ByteBuffer> |
getJsonByteBufs() |
java.nio.ByteBuffer |
getKey() |
int |
getKeyLength() |
long |
getRowTs() |
long[] |
getTimeStamps() |
int[] |
getValueLengths() |
int[] |
getValueOffsets() |
boolean |
isEmpty() |
java.lang.String |
toString() |
int[] |
versions() |
public byte[] bufBytes
public int bufSize
public int keyLength
public boolean isDelete
public int[] familyOffsets
public int[] columnOffsets
public int[] columnLengths
public long[] timestamps
public int[] valueOffsets
public int[] valueLengths
public int[] isColDelete
public int[] isColDeleteExact
public int[] cfIds
public int[] cellsPerFamily
public int[] versions
public long rowTs
public long deleteTs
public java.lang.String toString()
toString in class java.lang.Objectpublic java.nio.ByteBuffer getKey()
public java.util.Map<java.lang.Integer,java.nio.ByteBuffer> getJsonByteBufs()
throws java.io.IOException
java.io.IOExceptionpublic void DecodeByteBuf(ParsedRow prow) throws java.io.IOException
java.io.IOExceptionpublic java.nio.ByteBuffer getByteBuf()
public int getBufSize()
public int getKeyLength()
public boolean getIsDelete()
public int[] getColumnOffsets()
public int[] getColumnLengths()
public int[] getValueOffsets()
public int[] getValueLengths()
public int[] getIsColDelete()
public int[] getIsColDeleteExact()
public long[] getTimeStamps()
public int[] getCfids()
public int[] getCellsPerFamily()
public int[] versions()
public long getRowTs()
public long getDeleteTs()
public boolean isEmpty()