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, toCellprivate byte[] prevTimestampAndType
private int rowLengthWithSize
private int familyLengthWithSize
public FastDiffSeekerState(ObjectIntPair<ByteBuffer> tmpPair, boolean includeTags)
protected void copyFromNext(BufferedDataBlockEncoder.SeekerState that)
BufferedDataBlockEncoder.SeekerStatecopyFromNext in class BufferedDataBlockEncoder.SeekerStateCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.