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
          TODO javadoc
static class KeyValueCodec.KeyValueDecoder
           
static class KeyValueCodecWithTags.KeyValueDecoder
           
 

Methods in org.apache.hadoop.hbase.codec that return Codec.Decoder
 Codec.Decoder MessageCodec.getDecoder(InputStream is)
           
 Codec.Decoder CellCodec.getDecoder(InputStream is)
           
 Codec.Decoder CellCodecWithTags.getDecoder(InputStream is)
           
 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()
 

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

Fields in org.apache.hadoop.hbase.regionserver.wal declared as Codec.Decoder
protected  Codec.Decoder ProtobufLogReader.cellDecoder
           
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return Codec.Decoder
 Codec.Decoder SecureWALCellCodec.getDecoder(InputStream is)
           
 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 © 2007–2015 The Apache Software Foundation. All rights reserved.