private static class PrivateCellUtil.LastOnRowColCell extends PrivateCellUtil.LastOnRowCell
Modifier and Type | Field and Description |
---|---|
private byte[] |
fArray |
private static long |
FIXED_OVERHEAD |
private byte |
flength |
private int |
foffset |
private byte[] |
qArray |
private int |
qlength |
private int |
qoffset |
CELL_NOT_BASED_ON_CHUNK
MAX_TAGS_LENGTH
Constructor and Description |
---|
LastOnRowColCell(byte[] rArray,
int roffset,
short rlength,
byte[] fArray,
int foffset,
byte flength,
byte[] qArray,
int qoffset,
int qlength) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getFamilyArray()
Contiguous bytes composed of legal HDFS filename characters which may start at any index in the
containing array.
|
byte |
getFamilyLength()
Returns Number of family bytes.
|
int |
getFamilyOffset()
Returns Array index of first family byte
|
byte[] |
getQualifierArray()
Contiguous raw bytes that may start at any index in the containing array.
|
int |
getQualifierLength()
Returns Number of qualifier bytes.
|
int |
getQualifierOffset()
Returns Array index of first qualifier byte
|
long |
heapSize()
Return the approximate 'exclusive deep size' of implementing object.
|
getRowArray, getRowLength, getRowOffset, getTimestamp, getType, getTypeByte
getSequenceId, getTagsArray, getTagsLength, getTagsOffset, getValueArray, getValueLength, getValueOffset, setSequenceId, setTimestamp, setTimestamp
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deepClone, getChunkId, getSerializedSize, getSerializedSize, write, write
checkForTagsLength, cloneTags, createCell, getTag, getTags
private static final long FIXED_OVERHEAD
private final byte[] fArray
private final int foffset
private final byte flength
private final byte[] qArray
private final int qoffset
private final int qlength
public LastOnRowColCell(byte[] rArray, int roffset, short rlength, byte[] fArray, int foffset, byte flength, byte[] qArray, int qoffset, int qlength)
public long heapSize()
HeapSize
heapSize
in interface HeapSize
heapSize
in class PrivateCellUtil.LastOnRowCell
public byte[] getFamilyArray()
Cell
getFamilyArray
in interface Cell
getFamilyArray
in class PrivateCellUtil.EmptyCell
public int getFamilyOffset()
Cell
getFamilyOffset
in interface Cell
getFamilyOffset
in class PrivateCellUtil.EmptyCell
public byte getFamilyLength()
Cell
getFamilyLength
in interface Cell
getFamilyLength
in class PrivateCellUtil.EmptyCell
public byte[] getQualifierArray()
Cell
getQualifierArray
in interface Cell
getQualifierArray
in class PrivateCellUtil.EmptyCell
public int getQualifierOffset()
Cell
getQualifierOffset
in interface Cell
getQualifierOffset
in class PrivateCellUtil.EmptyCell
public int getQualifierLength()
Cell
getQualifierLength
in interface Cell
getQualifierLength
in class PrivateCellUtil.EmptyCell
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.