Uses of Class
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
-
Uses of WALCellCodec in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeClassDescriptionclass
A WALCellCodec that encrypts the WALedits.Modifier and TypeMethodDescriptionstatic WALCellCodec
WALCellCodec.create
(org.apache.hadoop.conf.Configuration conf, String cellCodecClsName, CompressionContext compression) Create and setup aWALCellCodec
from thecellCodecClsName
and CompressionContext, ifcellCodecClsName
is specified.static WALCellCodec
WALCellCodec.create
(org.apache.hadoop.conf.Configuration conf, CompressionContext compression) Create and setup aWALCellCodec
from the CompressionContext.private WALCellCodec
AbstractProtobufLogWriter.getCodec
(org.apache.hadoop.conf.Configuration conf, CompressionContext compressionContext) private WALCellCodec
AbstractProtobufWALReader.getCodec
(org.apache.hadoop.conf.Configuration conf, String cellCodecClsName, CompressionContext compressionContext) static WALCellCodec
static WALCellCodec