org.apache.hadoop.hbase.io.encoding
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
Fields inherited from class org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState |
keyBuffer, keyLength, lastCommonPrefix, memstoreTS, nextKvOffset, tagsBuffer, tagsCompressedLength, tagsLength, tagsOffset, uncompressTags, valueLength, valueOffset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiffKeyDeltaEncoder.DiffSeekerState
protected DiffKeyDeltaEncoder.DiffSeekerState()
copyFromNext
protected void copyFromNext(BufferedDataBlockEncoder.SeekerState that)
- 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 class BufferedDataBlockEncoder.SeekerState
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.