org.apache.hadoop.hbase.codec
Class KeyValueCodec.KeyValueDecoder

java.lang.Object
  extended by org.apache.hadoop.hbase.codec.BaseDecoder
      extended by org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueDecoder
All Implemented Interfaces:
Decoder
Enclosing class:
KeyValueCodec

public static class KeyValueCodec.KeyValueDecoder
extends BaseDecoder


Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.codec.BaseDecoder
current, in, LOG
 
Constructor Summary
KeyValueCodec.KeyValueDecoder(DataInputStream in)
           
 
Method Summary
protected  KeyValue parseCell()
           
 
Methods inherited from class org.apache.hadoop.hbase.codec.BaseDecoder
advance, current
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValueCodec.KeyValueDecoder

public KeyValueCodec.KeyValueDecoder(DataInputStream in)
Method Detail

parseCell

protected KeyValue parseCell()
                      throws IOException
Specified by:
parseCell in class BaseDecoder
Returns:
extract a Cell
Throws:
IOException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.