private static class PrivateCellUtil.FirstOnRowColTSByteBufferExtendedCell extends PrivateCellUtil.FirstOnRowColByteBufferExtendedCell
Modifier and Type | Field and Description |
---|---|
private static int |
FIXED_OVERHEAD |
private long |
ts |
CELL_NOT_BASED_ON_CHUNK
MAX_TAGS_LENGTH
Constructor and Description |
---|
FirstOnRowColTSByteBufferExtendedCell(ByteBuffer rBuffer,
int roffset,
short rlength,
ByteBuffer fBuffer,
int foffset,
byte flength,
ByteBuffer qBuffer,
int qoffset,
int qlength,
long ts) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Return a long value representing time at which this cell was "Put" into the row.
|
long |
heapSize()
Return the approximate 'exclusive deep size' of implementing object.
|
getFamilyByteBuffer, getFamilyLength, getFamilyPosition, getQualifierByteBuffer, getQualifierLength, getQualifierPosition
getRowByteBuffer, getRowLength, getRowPosition, getType, getTypeByte
getFamilyArray, getFamilyOffset, getQualifierArray, getQualifierOffset, getRowArray, getRowOffset, getSequenceId, getTagsArray, getTagsByteBuffer, getTagsLength, getTagsOffset, getTagsPosition, getValueArray, getValueByteBuffer, getValueLength, getValueOffset, getValuePosition, 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 int FIXED_OVERHEAD
private long ts
public FirstOnRowColTSByteBufferExtendedCell(ByteBuffer rBuffer, int roffset, short rlength, ByteBuffer fBuffer, int foffset, byte flength, ByteBuffer qBuffer, int qoffset, int qlength, long ts)
public long getTimestamp()
Cell
getTimestamp
in interface Cell
getTimestamp
in class PrivateCellUtil.FirstOnRowByteBufferExtendedCell
public long heapSize()
HeapSize
heapSize
in interface HeapSize
heapSize
in class PrivateCellUtil.FirstOnRowColByteBufferExtendedCell
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.