Methods in org.apache.hadoop.hbase.regionserver.wal that return WALCellCodec |
static 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 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. |
protected WALCellCodec |
ProtobufLogWriter.getCodec(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.regionserver.wal.CompressionContext compressionContext)
|
static WALCellCodec |
SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf,
Decryptor decryptor)
|
static WALCellCodec |
SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf,
Encryptor encryptor)
|
protected WALCellCodec |
ProtobufLogReader.getCodec(org.apache.hadoop.conf.Configuration conf,
String cellCodecClsName,
org.apache.hadoop.hbase.regionserver.wal.CompressionContext compressionContext)
|