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
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCopy 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.SeekerStateCopy 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:
copyFromNextin classBufferedDataBlockEncoder.SeekerState
-