public class DelegateCell extends Object implements org.apache.hadoop.hbase.Cell
| Constructor and Description |
|---|
DelegateCell(org.apache.hadoop.hbase.Cell delegate,
String name) |
| 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() |
org.apache.hadoop.hbase.Cell.Type |
getType() |
byte |
getTypeByte() |
byte[] |
getValueArray() |
int |
getValueLength() |
int |
getValueOffset() |
long |
heapSize() |
String |
toString() |
public DelegateCell(org.apache.hadoop.hbase.Cell delegate,
String name)
public int getValueOffset()
getValueOffset in interface org.apache.hadoop.hbase.Cellpublic int getValueLength()
getValueLength in interface org.apache.hadoop.hbase.Cellpublic byte[] getValueArray()
getValueArray in interface org.apache.hadoop.hbase.Cellpublic byte getTypeByte()
getTypeByte in interface org.apache.hadoop.hbase.Cellpublic long getTimestamp()
getTimestamp in interface org.apache.hadoop.hbase.Cellpublic int getTagsOffset()
getTagsOffset in interface org.apache.hadoop.hbase.Cellpublic byte[] getTagsArray()
getTagsArray 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[] getRowArray()
getRowArray 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[] getQualifierArray()
getQualifierArray 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[] getFamilyArray()
getFamilyArray 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 org.apache.hadoop.hbase.Cell.Type getType()
getType in interface org.apache.hadoop.hbase.Cellpublic long heapSize()
heapSize in interface org.apache.hadoop.hbase.io.HeapSizepublic int getSerializedSize()
getSerializedSize in interface org.apache.hadoop.hbase.CellCopyright © 2022 Apache Software Foundation. All rights reserved.