Uses of Class
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
Packages that use WALCellCodec
-
Uses of WALCellCodec in org.apache.hadoop.hbase.regionserver.wal
Subclasses of WALCellCodec in org.apache.hadoop.hbase.regionserver.walModifier and TypeClassDescriptionclass
A WALCellCodec that encrypts the WALedits.Methods in org.apache.hadoop.hbase.regionserver.wal that return WALCellCodecModifier 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