protected static class DiffKeyDeltaEncoder.DiffSeekerState extends BufferedDataBlockEncoder.SeekerState
Modifier and Type | Field and Description |
---|---|
private int |
rowLengthWithSize |
private long |
timestamp |
currentBuffer, currentKey, keyBuffer, keyLength, lastCommonPrefix, memstoreTS, nextKvOffset, tagCompressionContext, tagsBuffer, tagsCompressedLength, tagsLength, tagsOffset, uncompressTags, valueLength, valueOffset
Constructor and Description |
---|
DiffSeekerState(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 int rowLengthWithSize
private long timestamp
public DiffSeekerState(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.