org.apache.hadoop.hbase.codec.prefixtree.decode.timestamp
Class MvccVersionDecoder
java.lang.Object
org.apache.hadoop.hbase.codec.prefixtree.decode.timestamp.MvccVersionDecoder
@InterfaceAudience.Private
public class MvccVersionDecoder
- extends Object
Given a block and its blockMeta, this will decode the MvccVersion for the i-th Cell in the block.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
blockMeta
protected PrefixTreeBlockMeta blockMeta
block
protected byte[] block
MvccVersionDecoder
public MvccVersionDecoder()
- construct
initOnBlock
public void initOnBlock(PrefixTreeBlockMeta blockMeta,
byte[] block)
getMvccVersion
public long getMvccVersion(int index)
- methods
Copyright © 2015 The Apache Software Foundation. All rights reserved.