public class RowColKeyValue
extends java.lang.Object
implements org.apache.hadoop.hbase.Cell
| Constructor and Description |
|---|
RowColKeyValue(byte[] row,
short rowLength,
byte[] family,
byte[] qualifierValueBytes,
int columnOffset,
int columnLength,
int valueOffset,
int valueLength,
long timestamp) |
RowColKeyValue(byte[] row,
short rowLength,
byte[] family,
byte[] qualifierValueBytes,
int columnOffset,
int columnLength,
int valueOffset,
int valueLength,
long timestamp,
byte type) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFamily() |
byte[] |
getFamilyArray() |
byte |
getFamilyLength() |
int |
getFamilyOffset() |
long |
getMvccVersion() |
byte[] |
getQualifier() |
byte[] |
getQualifierArray() |
int |
getQualifierLength() |
int |
getQualifierOffset() |
byte[] |
getRow() |
byte[] |
getRowArray() |
short |
getRowLength() |
int |
getRowOffset() |
long |
getSequenceId() |
byte[] |
getTagsArray() |
int |
getTagsLength() |
int |
getTagsLengthUnsigned() |
int |
getTagsOffset() |
long |
getTimestamp() |
byte |
getTypeByte() |
byte[] |
getValue() |
byte[] |
getValueArray() |
int |
getValueLength() |
int |
getValueOffset() |
public RowColKeyValue(byte[] row,
short rowLength,
byte[] family,
byte[] qualifierValueBytes,
int columnOffset,
int columnLength,
int valueOffset,
int valueLength,
long timestamp,
byte type)
public RowColKeyValue(byte[] row,
short rowLength,
byte[] family,
byte[] qualifierValueBytes,
int columnOffset,
int columnLength,
int valueOffset,
int valueLength,
long timestamp)
public byte[] getRowArray()
getRowArray in interface org.apache.hadoop.hbase.Cellpublic int getRowOffset()
getRowOffset in interface org.apache.hadoop.hbase.Cellpublic short getRowLength()
getRowLength in interface org.apache.hadoop.hbase.Cellpublic byte[] getFamilyArray()
getFamilyArray in interface org.apache.hadoop.hbase.Cellpublic int getFamilyOffset()
getFamilyOffset in interface org.apache.hadoop.hbase.Cellpublic byte getFamilyLength()
getFamilyLength in interface org.apache.hadoop.hbase.Cellpublic byte[] getQualifierArray()
getQualifierArray in interface org.apache.hadoop.hbase.Cellpublic int getQualifierOffset()
getQualifierOffset in interface org.apache.hadoop.hbase.Cellpublic int getQualifierLength()
getQualifierLength in interface org.apache.hadoop.hbase.Cellpublic byte[] getValueArray()
getValueArray in interface org.apache.hadoop.hbase.Cellpublic int getValueOffset()
getValueOffset in interface org.apache.hadoop.hbase.Cellpublic int getValueLength()
getValueLength in interface org.apache.hadoop.hbase.Cellpublic long getTimestamp()
getTimestamp in interface org.apache.hadoop.hbase.Cellpublic byte[] getTagsArray()
getTagsArray in interface org.apache.hadoop.hbase.Cellpublic int getTagsOffset()
getTagsOffset in interface org.apache.hadoop.hbase.Cellpublic int getTagsLength()
getTagsLength in interface org.apache.hadoop.hbase.Cellpublic int getTagsLengthUnsigned()
public long getMvccVersion()
getMvccVersion in interface org.apache.hadoop.hbase.Cellpublic long getSequenceId()
getSequenceId in interface org.apache.hadoop.hbase.Cellpublic byte getTypeByte()
getTypeByte in interface org.apache.hadoop.hbase.Cellpublic byte[] getValue()
getValue in interface org.apache.hadoop.hbase.Cellpublic byte[] getFamily()
getFamily in interface org.apache.hadoop.hbase.Cellpublic byte[] getQualifier()
getQualifier in interface org.apache.hadoop.hbase.Cellpublic byte[] getRow()
getRow in interface org.apache.hadoop.hbase.Cell