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 TypeClassDescriptionclassA WALCellCodec that encrypts the WALedits.Methods in org.apache.hadoop.hbase.regionserver.wal that return WALCellCodecModifier and TypeMethodDescriptionstatic WALCellCodecWALCellCodec.create(org.apache.hadoop.conf.Configuration conf, String cellCodecClsName, CompressionContext compression) Create and setup aWALCellCodecfrom thecellCodecClsNameand CompressionContext, ifcellCodecClsNameis specified.static WALCellCodecWALCellCodec.create(org.apache.hadoop.conf.Configuration conf, CompressionContext compression) Create and setup aWALCellCodecfrom the CompressionContext.private WALCellCodecAbstractProtobufLogWriter.getCodec(org.apache.hadoop.conf.Configuration conf, CompressionContext compressionContext) private WALCellCodecAbstractProtobufWALReader.getCodec(org.apache.hadoop.conf.Configuration conf, String cellCodecClsName, CompressionContext compressionContext) static WALCellCodecstatic WALCellCodec