Packages that use org.apache.hadoop.hbase.regionserver.wal.CompressionContext
-
protected final org.apache.hadoop.hbase.regionserver.wal.CompressionContext
WALCellCodec.compression
protected org.apache.hadoop.hbase.regionserver.wal.CompressionContext
AbstractProtobufLogWriter.compressionContext
protected org.apache.hadoop.hbase.regionserver.wal.CompressionContext
AbstractProtobufWALReader.compressionCtx
static org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
WALCellCodec.create(org.apache.hadoop.conf.Configuration conf,
String cellCodecClsName,
org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression)
Create and setup a WALCellCodec
from the cellCodecClsName
and
CompressionContext, if cellCodecClsName
is specified.
static org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
WALCellCodec.create(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression)
Create and setup a WALCellCodec
from the CompressionContext.
SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression)
WALCellCodec(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression)
Default constructor - all subclasses must implement a constructor with this signature
if they are to be dynamically loaded from the Configuration
.