org.apache.hadoop.hbase.codec
Interface Codec

All Known Implementing Classes:
KeyValueCodec, WALEditCodec

public interface Codec

Encoder/Decoder for KeyValue.

This is a backport of the Codec from HBase 0.96, but ignoring support for a Cell interface and sticking with the good, old KeyValue.


Method Summary
 Decoder getDecoder(InputStream is)
           
 Encoder getEncoder(OutputStream os)
           
 

Method Detail

getDecoder

Decoder getDecoder(InputStream is)

getEncoder

Encoder getEncoder(OutputStream os)


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