| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.codec | |
| org.apache.hadoop.hbase.regionserver.wal | |
| org.apache.hadoop.hbase.wal | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseDecoderTODO javadoc | 
| (package private) static class  | CellCodec.CellDecoder | 
| (package private) static class  | CellCodecWithTags.CellDecoder | 
| static class  | KeyValueCodec.ByteBuffKeyValueDecoder | 
| static class  | KeyValueCodec.KeyValueDecoder | 
| static class  | KeyValueCodecWithTags.ByteBuffKeyValueDecoder | 
| static class  | KeyValueCodecWithTags.KeyValueDecoder | 
| (package private) static class  | MessageCodec.MessageDecoder | 
| Modifier and Type | Method and Description | 
|---|---|
| Codec.Decoder | MessageCodec. getDecoder(ByteBuff buf) | 
| Codec.Decoder | KeyValueCodecWithTags. getDecoder(ByteBuff buf) | 
| Codec.Decoder | CellCodec. getDecoder(ByteBuff buf) | 
| Codec.Decoder | KeyValueCodec. getDecoder(ByteBuff buf) | 
| Codec.Decoder | Codec. getDecoder(ByteBuff buf) | 
| Codec.Decoder | CellCodecWithTags. getDecoder(ByteBuff buf) | 
| Codec.Decoder | MessageCodec. getDecoder(InputStream is) | 
| Codec.Decoder | KeyValueCodecWithTags. getDecoder(InputStream is)Implementation depends on  InputStream.available() | 
| Codec.Decoder | CellCodec. getDecoder(InputStream is) | 
| Codec.Decoder | KeyValueCodec. getDecoder(InputStream is)Implementation depends on  InputStream.available() | 
| Codec.Decoder | Codec. getDecoder(InputStream is) | 
| Codec.Decoder | CellCodecWithTags. getDecoder(InputStream is) | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) static class  | SecureWALCellCodec.EncryptedKvDecoder | 
| (package private) static class  | WALCellCodec.CompressedKvDecoder | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Codec.Decoder | ProtobufLogReader. cellDecoder | 
| Modifier and Type | Method and Description | 
|---|---|
| Codec.Decoder | WALCellCodec. getDecoder(ByteBuff buf) | 
| Codec.Decoder | SecureWALCellCodec. getDecoder(InputStream is) | 
| Codec.Decoder | WALCellCodec. getDecoder(InputStream is) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | WALEdit. readFromCells(Codec.Decoder cellDecoder,
             int expectedCount)Reads WALEdit from cells. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.