Uses of Class
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
Packages that use org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
-
Uses of org.apache.hadoop.hbase.regionserver.wal.WALCellCodec in org.apache.hadoop.hbase.regionserver.wal
Subclasses of org.apache.hadoop.hbase.regionserver.wal.WALCellCodec in in org.apache.hadoop.hbase.regionserver.walModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodecA WALCellCodec that encrypts the WALedits.Methods in org.apache.hadoop.hbase.regionserver.wal that return org.apache.hadoop.hbase.regionserver.wal.WALCellCodec in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.regionserver.wal.WALCellCodecWALCellCodec.create(org.apache.hadoop.conf.Configuration conf, String cellCodecClsName, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression) Create and setup aWALCellCodecfrom thecellCodecClsNameand CompressionContext, ifcellCodecClsNameis specified.static org.apache.hadoop.hbase.regionserver.wal.WALCellCodecWALCellCodec.create(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression) Create and setup aWALCellCodecfrom the CompressionContext.static org.apache.hadoop.hbase.regionserver.wal.WALCellCodecSecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor) static org.apache.hadoop.hbase.regionserver.wal.WALCellCodecSecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.crypto.Encryptor encryptor)