private static class TestCellUtil.NonExtendedCell extends Object implements org.apache.hadoop.hbase.Cell
| Modifier and Type | Field and Description |
|---|---|
private org.apache.hadoop.hbase.KeyValue |
kv |
| Constructor and Description |
|---|
NonExtendedCell(org.apache.hadoop.hbase.KeyValue kv) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFamilyArray() |
byte |
getFamilyLength() |
int |
getFamilyOffset() |
byte[] |
getQualifierArray() |
int |
getQualifierLength() |
int |
getQualifierOffset() |
byte[] |
getRowArray() |
short |
getRowLength() |
int |
getRowOffset() |
long |
getSequenceId() |
byte[] |
getTagsArray() |
int |
getTagsLength() |
int |
getTagsOffset() |
long |
getTimestamp() |
byte |
getTypeByte() |
byte[] |
getValueArray() |
int |
getValueLength() |
int |
getValueOffset() |
private org.apache.hadoop.hbase.KeyValue kv
public NonExtendedCell(org.apache.hadoop.hbase.KeyValue kv)
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 long getTimestamp()
getTimestamp in interface org.apache.hadoop.hbase.Cellpublic byte getTypeByte()
getTypeByte in interface org.apache.hadoop.hbase.Cellpublic long getSequenceId()
getSequenceId 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 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.CellCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.