- java.lang.Object
-
- org.apache.hadoop.hbase.ByteBufferExtendedCell
-
- org.apache.hadoop.hbase.ByteBufferKeyValue
-
- org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
-
- org.apache.hadoop.hbase.regionserver.NoTagByteBufferChunkKeyValue
-
- All Implemented Interfaces:
- org.apache.hadoop.hbase.Cell, org.apache.hadoop.hbase.ExtendedCell, org.apache.hadoop.hbase.io.HeapSize, org.apache.hadoop.hbase.RawCell
@InterfaceAudience.Private
public class NoTagByteBufferChunkKeyValue
extends org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
ByteBuffer based cell which has the chunkid at the 0th offset and with no tags
- See Also:
MemStoreLAB
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.Cell
org.apache.hadoop.hbase.Cell.Type
-
Field Summary
-
Fields inherited from class org.apache.hadoop.hbase.ByteBufferKeyValue
buf, FIXED_OVERHEAD, length, offset
-
Fields inherited from interface org.apache.hadoop.hbase.ExtendedCell
CELL_NOT_BASED_ON_CHUNK
-
Fields inherited from interface org.apache.hadoop.hbase.RawCell
MAX_TAGS_LENGTH
-
Method Summary
-
Methods inherited from class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
deepClone, getSerializedSize, getTagsArray, getTagsLength
-
Methods inherited from class org.apache.hadoop.hbase.ByteBufferKeyValue
equals, getBuffer, getFamilyArray, getFamilyByteBuffer, getFamilyLength, getFamilyOffset, getFamilyPosition, getFamilyPosition, getOffset, getQualifierArray, getQualifierByteBuffer, getQualifierLength, getQualifierOffset, getQualifierPosition, getRowArray, getRowByteBuffer, getRowLength, getRowOffset, getRowPosition, getSequenceId, getTagsByteBuffer, getTagsOffset, getTagsPosition, getTimestamp, getTypeByte, getValueArray, getValueByteBuffer, getValueLength, getValueOffset, getValuePosition, hashCode, heapSize, setSequenceId, setTimestamp, setTimestamp, toString, write, write
-
Methods inherited from interface org.apache.hadoop.hbase.ExtendedCell
getSerializedSize
-
Methods inherited from interface org.apache.hadoop.hbase.RawCell
checkForTagsLength, cloneTags, getTag, getTags
-
Methods inherited from interface org.apache.hadoop.hbase.Cell
getType
-
-
Method Detail
-
getChunkId
public int getChunkId()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.