org.apache.hadoop.hbase.codec
Class KeyValueCodec.KeyValueDecoder
java.lang.Object
org.apache.hadoop.hbase.codec.BaseDecoder
org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueDecoder
- All Implemented Interfaces:
- CellScanner, Codec.Decoder
- Enclosing class:
- KeyValueCodec
public static class KeyValueCodec.KeyValueDecoder
- extends BaseDecoder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValueCodec.KeyValueDecoder
public KeyValueCodec.KeyValueDecoder(InputStream in)
parseCell
protected Cell parseCell()
throws IOException
- Specified by:
parseCell
in class BaseDecoder
- Returns:
- extract a Cell
- Throws:
IOException
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.