public class MapRKeyValue
extends java.lang.Object
| Constructor and Description |
|---|
MapRKeyValue(byte[] qualifier,
byte[] value,
long timestamp,
boolean firstCell,
boolean lastCell) |
MapRKeyValue(byte[] buffer,
int columnOff,
int columnLen,
int valueOff,
int valueLen,
long timestamp,
boolean firstCell,
boolean lastCell) |
MapRKeyValue(byte[] buffer,
int columnOff,
int columnLen,
int valueOff,
int valueLen,
long timestamp,
boolean firstCell,
boolean lastCell,
boolean deleteColumn) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBuffer() |
int |
getColumnLength() |
int |
getColumnOffset() |
byte[] |
getQualifier() |
long |
getTimeStamp() |
byte[] |
getValue() |
int |
getValueLength() |
int |
getValueOffset() |
public MapRKeyValue(byte[] buffer,
int columnOff,
int columnLen,
int valueOff,
int valueLen,
long timestamp,
boolean firstCell,
boolean lastCell)
public MapRKeyValue(byte[] buffer,
int columnOff,
int columnLen,
int valueOff,
int valueLen,
long timestamp,
boolean firstCell,
boolean lastCell,
boolean deleteColumn)
public MapRKeyValue(byte[] qualifier,
byte[] value,
long timestamp,
boolean firstCell,
boolean lastCell)
public byte[] getBuffer()
public int getColumnOffset()
public int getColumnLength()
public int getValueOffset()
public int getValueLength()
public long getTimeStamp()
public byte[] getQualifier()
public byte[] getValue()