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.
static org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.io.crypto.Decryptor decryptor)
static org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.io.crypto.Encryptor encryptor)