Uses of Interface
org.apache.hadoop.hbase.codec.Codec.Decoder

Packages that use Codec.Decoder
org.apache.hadoop.hbase.codec   
 

Uses of Codec.Decoder in org.apache.hadoop.hbase.codec
 

Classes in org.apache.hadoop.hbase.codec that implement Codec.Decoder
 class BaseDecoder
           
static class KeyValueCodec.KeyValueDecoder
           
 

Methods in org.apache.hadoop.hbase.codec that return Codec.Decoder
 Codec.Decoder KeyValueCodec.getDecoder(InputStream is)
          Implementation depends on InputStream.available()
 Codec.Decoder Codec.getDecoder(InputStream is)
           
 Codec.Decoder CellCodec.getDecoder(InputStream is)
           
 



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