Class DiffKeyDeltaEncoder.DiffSeekerState
java.lang.Object
org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState
org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffSeekerState
- Enclosing class:
- DiffKeyDeltaEncoder
protected static class DiffKeyDeltaEncoder.DiffSeekerState
extends BufferedDataBlockEncoder.SeekerState
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState
currentBuffer, currentKey, keyBuffer, keyLength, lastCommonPrefix, memstoreTS, nextKvOffset, tagCompressionContext, tagsBuffer, tagsCompressedLength, tagsLength, tagsOffset, uncompressTags, valueLength, valueOffset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Copy the state from the next one into this instance (the previous state placeholder).Methods inherited from class org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState
ensureSpaceForKey, ensureSpaceForTags, invalidate, isValid, setKey, toCell
-
Field Details
-
rowLengthWithSize
-
timestamp
-
-
Constructor Details
-
DiffSeekerState
-
-
Method Details
-
copyFromNext
Description copied from class:BufferedDataBlockEncoder.SeekerState
Copy the state from the next one into this instance (the previous state placeholder). Used to save the previous state when we are advancing the seeker to the next key/value.- Overrides:
copyFromNext
in classBufferedDataBlockEncoder.SeekerState
-