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

    Fields
    Modifier and Type
    Field
    Description
    org.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

    Constructors
    Constructor
    Description
    CustomWALCellCodec(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • conf

      public org.apache.hadoop.conf.Configuration conf
    • context

      public org.apache.hadoop.hbase.regionserver.wal.CompressionContext context
  • Constructor Details

    • CustomWALCellCodec

      public CustomWALCellCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression)