org.apache.hadoop.hbase.io.encoding
Class FastDiffDeltaEncoder.FastDiffSeekerState

java.lang.Object
  extended by org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState
      extended by org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder.FastDiffSeekerState
Enclosing class:
FastDiffDeltaEncoder

protected static class FastDiffDeltaEncoder.FastDiffSeekerState
extends BufferedDataBlockEncoder.SeekerState


Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState
keyBuffer, keyLength, lastCommonPrefix, memstoreTS, nextKvOffset, tagsBuffer, tagsCompressedLength, tagsLength, tagsOffset, uncompressTags, valueLength, valueOffset
 
Constructor Summary
protected FastDiffDeltaEncoder.FastDiffSeekerState()
           
 
Method Summary
protected  void copyFromNext(BufferedDataBlockEncoder.SeekerState that)
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastDiffDeltaEncoder.FastDiffSeekerState

protected FastDiffDeltaEncoder.FastDiffSeekerState()
Method Detail

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.