@InterfaceAudience.Private public class MvccVersionDecoder extends Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
block |
protected PrefixTreeBlockMeta |
blockMeta |
Constructor and Description |
---|
MvccVersionDecoder()
construct
|
Modifier and Type | Method and Description |
---|---|
long |
getMvccVersion(int index)
methods
|
void |
initOnBlock(PrefixTreeBlockMeta blockMeta,
byte[] block) |
protected PrefixTreeBlockMeta blockMeta
protected byte[] block
public void initOnBlock(PrefixTreeBlockMeta blockMeta, byte[] block)
public long getMvccVersion(int index)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.