Class TestCustomWALCellCodec.CustomWALCellCodec
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
org.apache.hadoop.hbase.regionserver.wal.TestCustomWALCellCodec.CustomWALCellCodec
- All Implemented Interfaces:
org.apache.hadoop.hbase.codec.Codec
- Enclosing class:
- TestCustomWALCellCodec
public static class TestCustomWALCellCodec.CustomWALCellCodec
extends org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.BaosAndCompressor, org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor, org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringUncompressor, org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.CompressedKvDecoder, org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.CompressedKvEncoder, org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.EnsureKvEncoder, org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.NoneCompressor, org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.NoneUncompressor, org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.StatelessUncompressor
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.codec.Codec
org.apache.hadoop.hbase.codec.Codec.Decoder, org.apache.hadoop.hbase.codec.Codec.Encoder
-
Field Summary
Modifier and TypeFieldDescriptionorg.apache.hadoop.conf.Configuration
org.apache.hadoop.hbase.regionserver.wal.CompressionContext
Fields inherited from class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
compression, WAL_CELL_CODEC_CLASS_KEY
-
Constructor Summary
ConstructorDescriptionCustomWALCellCodec
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
create, create, getByteStringCompressor, getByteStringUncompressor, getDecoder, getDecoder, getEncoder, getNoneCompressor, getNoneUncompressor, getWALCellCodecClass
-
Field Details
-
conf
-
context
-
-
Constructor Details
-
CustomWALCellCodec
public CustomWALCellCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression)
-