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_CHUNKMAX_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, getTypeBytegetSequenceId, getTagsArray, getTagsLength, getTagsOffset, getValueArray, getValueLength, getValueOffset, setSequenceId, setTimestamp, setTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeepClone, getChunkId, getSerializedSize, getSerializedSize, write, writecheckForTagsLength, cloneTags, createCell, getTag, getTagsprivate 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()
HeapSizeheapSize in interface HeapSizeheapSize in class PrivateCellUtil.LastOnRowCellpublic byte[] getFamilyArray()
CellgetFamilyArray in interface CellgetFamilyArray in class PrivateCellUtil.EmptyCellpublic int getFamilyOffset()
CellgetFamilyOffset in interface CellgetFamilyOffset in class PrivateCellUtil.EmptyCellpublic byte getFamilyLength()
CellgetFamilyLength in interface CellgetFamilyLength in class PrivateCellUtil.EmptyCellpublic byte[] getQualifierArray()
CellgetQualifierArray in interface CellgetQualifierArray in class PrivateCellUtil.EmptyCellpublic int getQualifierOffset()
CellgetQualifierOffset in interface CellgetQualifierOffset in class PrivateCellUtil.EmptyCellpublic int getQualifierLength()
CellgetQualifierLength in interface CellgetQualifierLength in class PrivateCellUtil.EmptyCellCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.