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.Cell
public int getRowOffset()
getRowOffset
in interface org.apache.hadoop.hbase.Cell
public short getRowLength()
getRowLength
in interface org.apache.hadoop.hbase.Cell
public byte[] getFamilyArray()
getFamilyArray
in interface org.apache.hadoop.hbase.Cell
public int getFamilyOffset()
getFamilyOffset
in interface org.apache.hadoop.hbase.Cell
public byte getFamilyLength()
getFamilyLength
in interface org.apache.hadoop.hbase.Cell
public byte[] getQualifierArray()
getQualifierArray
in interface org.apache.hadoop.hbase.Cell
public int getQualifierOffset()
getQualifierOffset
in interface org.apache.hadoop.hbase.Cell
public int getQualifierLength()
getQualifierLength
in interface org.apache.hadoop.hbase.Cell
public long getTimestamp()
getTimestamp
in interface org.apache.hadoop.hbase.Cell
public byte getTypeByte()
getTypeByte
in interface org.apache.hadoop.hbase.Cell
public byte[] getValueArray()
getValueArray
in interface org.apache.hadoop.hbase.Cell
public int getValueOffset()
getValueOffset
in interface org.apache.hadoop.hbase.Cell
public int getValueLength()
getValueLength
in interface org.apache.hadoop.hbase.Cell
public int getSerializedSize()
getSerializedSize
in interface org.apache.hadoop.hbase.Cell
public byte[] getTagsArray()
getTagsArray
in interface org.apache.hadoop.hbase.Cell
public int getTagsOffset()
getTagsOffset
in interface org.apache.hadoop.hbase.Cell
public long getSequenceId()
getSequenceId
in interface org.apache.hadoop.hbase.Cell
public int getTagsLength()
getTagsLength
in interface org.apache.hadoop.hbase.Cell
public long heapSize()
heapSize
in interface org.apache.hadoop.hbase.io.HeapSize
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.