private static class TestCellUtil.TestCell extends Object implements org.apache.hadoop.hbase.Cell
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
row |
| Constructor and Description |
|---|
TestCell(int i) |
| 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() |
int |
getSerializedSize() |
byte[] |
getTagsArray() |
int |
getTagsLength() |
int |
getTagsOffset() |
long |
getTimestamp() |
byte |
getTypeByte() |
byte[] |
getValueArray() |
int |
getValueLength() |
int |
getValueOffset() |
long |
heapSize() |
private final byte[] row
TestCell(int i)
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 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 int getSerializedSize()
getSerializedSize 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 long getSequenceId()
getSequenceId in interface org.apache.hadoop.hbase.Cellpublic int getTagsLength()
getTagsLength in interface org.apache.hadoop.hbase.Cellpublic long heapSize()
heapSize in interface org.apache.hadoop.hbase.io.HeapSizeCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.