org.apache.hadoop.hbase.codec.prefixtree.decode.timestamp
Class TimestampDecoder
java.lang.Object
org.apache.hadoop.hbase.codec.prefixtree.decode.timestamp.TimestampDecoder
@InterfaceAudience.Private
public class TimestampDecoder
- extends Object
Given a block and its blockMeta, this will decode the timestamp 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
TimestampDecoder
public TimestampDecoder()
- construct
initOnBlock
public void initOnBlock(PrefixTreeBlockMeta blockMeta,
byte[] block)
getLong
public long getLong(int index)
- methods
Copyright © 2015 The Apache Software Foundation. All rights reserved.