Class RowIndexSeekerV1.SeekerState
java.lang.Object
org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
- Enclosing class:
- RowIndexSeekerV1
-
Field Summary
Modifier and TypeFieldDescriptionprotected ByteBuff
private ByteBufferKeyOnlyKeyValue
static final int
The size of a (key length, value length) tuple that prefixes each entry in a data block.protected ByteBuffer
protected int
protected long
protected int
protected int
protected int
protected int
protected int
protected int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
copyFromNext
(RowIndexSeekerV1.SeekerState nextState) Copy the state from the next one into this instance (the previous state placeholder).protected int
protected void
protected boolean
isValid()
toCell()
toString()
-
Field Details
-
KEY_VALUE_LEN_SIZE
The size of a (key length, value length) tuple that prefixes each entry in a data block.- See Also:
-
currentBuffer
-
startOffset
-
valueOffset
-
keyLength
-
valueLength
-
tagsLength
-
tagsOffset
-
keyBuffer
-
memstoreTS
-
nextKvOffset
-
currentKey
-
-
Constructor Details
-
SeekerState
private SeekerState()
-
-
Method Details