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.wal
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec
    A WALCellCodec that encrypts the WALedits.
    Methods in org.apache.hadoop.hbase.regionserver.wal that return org.apache.hadoop.hbase.regionserver.wal.WALCellCodec in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.regionserver.wal.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.
    static org.apache.hadoop.hbase.regionserver.wal.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 org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
    SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor)
     
    static org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
    SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.crypto.Encryptor encryptor)