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
          TODO javadoc
static class KeyValueCodec.KeyValueDecoder
           
static class KeyValueCodecWithTags.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 KeyValueCodecWithTags.getDecoder(InputStream is)
          Implementation depends on InputStream.available()
 Codec.Decoder CellCodec.getDecoder(InputStream is)
           
 Codec.Decoder CellCodecWithTags.getDecoder(InputStream is)
           
 



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