Class FastDiffDeltaEncoder.FastDiffSeekerState
java.lang.Object
org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState
org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder.FastDiffSeekerState
- Enclosing class:
- FastDiffDeltaEncoder
protected static class FastDiffDeltaEncoder.FastDiffSeekerState
extends BufferedDataBlockEncoder.SeekerState
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private byte[]
private int
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
-
prevTimestampAndType
-
rowLengthWithSize
-
familyLengthWithSize
-
-
Constructor Details
-
FastDiffSeekerState
-
-
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
-