| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.codec | |
| org.apache.hadoop.hbase.regionserver.wal | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseDecoderTODO javadoc | 
| static class  | KeyValueCodec.KeyValueDecoder | 
| static class  | KeyValueCodecWithTags.KeyValueDecoder | 
| Modifier and Type | Method and Description | 
|---|---|
| Codec.Decoder | MessageCodec. getDecoder(InputStream is) | 
| Codec.Decoder | KeyValueCodecWithTags. getDecoder(InputStream is)Implementation depends on  InputStream.available() | 
| Codec.Decoder | KeyValueCodec. getDecoder(InputStream is)Implementation depends on  InputStream.available() | 
| Codec.Decoder | Codec. getDecoder(InputStream is) | 
| Codec.Decoder | CellCodecWithTags. getDecoder(InputStream is) | 
| Codec.Decoder | CellCodec. getDecoder(InputStream is) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Codec.Decoder | ProtobufLogReader. cellDecoder | 
| Modifier and Type | Method and Description | 
|---|---|
| Codec.Decoder | WALCellCodec. getDecoder(InputStream is) | 
| Codec.Decoder | SecureWALCellCodec. getDecoder(InputStream is) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | WALEdit. readFromCells(Codec.Decoder cellDecoder,
             int expectedCount)Reads WALEdit from cells. | 
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.