protected static class FastDiffDeltaEncoder.FastDiffSeekerState extends BufferedDataBlockEncoder.SeekerState
Modifier and Type | Field and Description |
---|---|
private int |
familyLengthWithSize |
private byte[] |
prevTimestampAndType |
private int |
rowLengthWithSize |
currentBuffer, currentKey, keyBuffer, keyLength, lastCommonPrefix, memstoreTS, nextKvOffset, tagCompressionContext, tagsBuffer, tagsCompressedLength, tagsLength, tagsOffset, uncompressTags, valueLength, valueOffset
Constructor and Description |
---|
FastDiffSeekerState(ObjectIntPair<ByteBuffer> tmpPair,
boolean includeTags) |
Modifier and Type | Method and Description |
---|---|
protected void |
copyFromNext(BufferedDataBlockEncoder.SeekerState that)
Copy the state from the next one into this instance (the previous state placeholder).
|
ensureSpaceForKey, ensureSpaceForTags, invalidate, isValid, setKey, toCell
private byte[] prevTimestampAndType
private int rowLengthWithSize
private int familyLengthWithSize
public FastDiffSeekerState(ObjectIntPair<ByteBuffer> tmpPair, boolean includeTags)
protected void copyFromNext(BufferedDataBlockEncoder.SeekerState that)
BufferedDataBlockEncoder.SeekerState
copyFromNext
in class BufferedDataBlockEncoder.SeekerState
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.