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

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

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 MessageCodec.getDecoder(InputStream is)
           
 Codec.Decoder KeyValueCodec.getDecoder(InputStream is)
          Implementation depends on InputStream.available()
 Codec.Decoder Codec.getDecoder(InputStream is)
           
 Codec.Decoder CellCodec.getDecoder(InputStream is)
           
 

Uses of Codec.Decoder in org.apache.hadoop.hbase.regionserver.wal
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return Codec.Decoder
 Codec.Decoder WALCellCodec.getDecoder(InputStream is)
           
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type Codec.Decoder
 int WALEdit.readFromCells(Codec.Decoder cellDecoder, int expectedCount)
          Reads WALEdit from cells.
 



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