| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver.wal |
| Class and Description |
|---|
| AbstractFSWAL
Implementation of
WAL to go against FileSystem; i.e. |
| AbstractProtobufLogWriter
Base class for Protobuf log writer.
|
| AsyncProtobufLogWriter
AsyncWriter for protobuf-based WAL.
|
| CompressionContext
Context that holds the various dictionaries for compression in WAL.
|
| ProtobufLogReader
A Protobuf based WAL has the following structure:
|
| ProtobufLogWriter
Writer for protobuf-based WAL.
|
| ReaderBase |
| WALActionsListener
Get notification of WAL events.
|
| WALCellCodec
Compression in this class is lifted off Compressor/KeyValueCompression.
|
| WALCellCodec.ByteStringCompressor |
| WALCellCodec.ByteStringUncompressor |
| WALCoprocessorHost
Implements the coprocessor environment and runtime support for coprocessors
loaded within a
WAL. |