Package org.apache.hadoop.hbase
Class PrivateCellUtil.LastOnRowColByteBufferExtendedCell
java.lang.Object
org.apache.hadoop.hbase.ByteBufferExtendedCell
org.apache.hadoop.hbase.PrivateCellUtil.EmptyByteBufferExtendedCell
org.apache.hadoop.hbase.PrivateCellUtil.LastOnRowByteBufferExtendedCell
org.apache.hadoop.hbase.PrivateCellUtil.LastOnRowColByteBufferExtendedCell
- All Implemented Interfaces:
- Cell,- ExtendedCell,- HeapSize,- RawCell
- Enclosing class:
- PrivateCellUtil
private static class PrivateCellUtil.LastOnRowColByteBufferExtendedCell
extends PrivateCellUtil.LastOnRowByteBufferExtendedCell
- 
Nested Class Summary
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ByteBufferprivate static final intprivate final byteprivate final intprivate final ByteBufferprivate final intprivate final intFields inherited from interface org.apache.hadoop.hbase.ExtendedCellCELL_NOT_BASED_ON_CHUNKFields inherited from interface org.apache.hadoop.hbase.RawCellMAX_TAGS_LENGTH
- 
Constructor SummaryConstructorsConstructorDescriptionLastOnRowColByteBufferExtendedCell(ByteBuffer rBuffer, int roffset, short rlength, ByteBuffer fBuffer, int foffset, byte flength, ByteBuffer qBuffer, int qoffset, int qlength) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns TheByteBuffercontaining the column family bytes.byteReturns Number of family bytes.intReturns Position in theByteBufferwhere column family bytes startReturns TheByteBuffercontaining the column qualifier bytes.intReturns Number of qualifier bytes.intReturns Position in theByteBufferwhere column qualifier bytes startlongheapSize()Return the approximate 'exclusive deep size' of implementing object.Methods inherited from class org.apache.hadoop.hbase.PrivateCellUtil.LastOnRowByteBufferExtendedCellgetRowByteBuffer, getRowLength, getRowPosition, getTimestamp, getType, getTypeByteMethods inherited from class org.apache.hadoop.hbase.PrivateCellUtil.EmptyByteBufferExtendedCellgetFamilyArray, getFamilyOffset, getQualifierArray, getQualifierOffset, getRowArray, getRowOffset, getSequenceId, getTagsArray, getTagsByteBuffer, getTagsLength, getTagsOffset, getTagsPosition, getValueArray, getValueByteBuffer, getValueLength, getValueOffset, getValuePosition, setSequenceId, setTimestamp, setTimestampMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.ExtendedCelldeepClone, getChunkId, getSerializedSize, getSerializedSize, write, write
- 
Field Details- 
FIXED_OVERHEAD
- 
fBuffer
- 
foffset
- 
flength
- 
qBuffer
- 
qoffset
- 
qlength
 
- 
- 
Constructor Details- 
LastOnRowColByteBufferExtendedCellpublic LastOnRowColByteBufferExtendedCell(ByteBuffer rBuffer, int roffset, short rlength, ByteBuffer fBuffer, int foffset, byte flength, ByteBuffer qBuffer, int qoffset, int qlength) 
 
- 
- 
Method Details- 
heapSizeDescription copied from interface:HeapSizeReturn the approximate 'exclusive deep size' of implementing object. Includes count of payload and hosting object sizings.- Specified by:
- heapSizein interface- HeapSize
- Overrides:
- heapSizein class- PrivateCellUtil.LastOnRowByteBufferExtendedCell
 
- 
getFamilyByteBufferDescription copied from class:ByteBufferExtendedCellReturns TheByteBuffercontaining the column family bytes.- Overrides:
- getFamilyByteBufferin class- PrivateCellUtil.EmptyByteBufferExtendedCell
 
- 
getFamilyPositionDescription copied from class:ByteBufferExtendedCellReturns Position in theByteBufferwhere column family bytes start- Overrides:
- getFamilyPositionin class- PrivateCellUtil.EmptyByteBufferExtendedCell
 
- 
getFamilyLengthDescription copied from interface:CellReturns Number of family bytes. Must be < familyArray.length - offset.- Specified by:
- getFamilyLengthin interface- Cell
- Overrides:
- getFamilyLengthin class- PrivateCellUtil.EmptyByteBufferExtendedCell
 
- 
getQualifierByteBufferDescription copied from class:ByteBufferExtendedCellReturns TheByteBuffercontaining the column qualifier bytes.- Overrides:
- getQualifierByteBufferin class- PrivateCellUtil.EmptyByteBufferExtendedCell
 
- 
getQualifierPositionDescription copied from class:ByteBufferExtendedCellReturns Position in theByteBufferwhere column qualifier bytes start- Overrides:
- getQualifierPositionin class- PrivateCellUtil.EmptyByteBufferExtendedCell
 
- 
getQualifierLengthDescription copied from interface:CellReturns Number of qualifier bytes. Must be < qualifierArray.length - offset.- Specified by:
- getQualifierLengthin interface- Cell
- Overrides:
- getQualifierLengthin class- PrivateCellUtil.EmptyByteBufferExtendedCell
 
 
-