| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver.wal | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SecureWALCellCodecA WALCellCodec that encrypts the WALedits. | 
| Modifier and Type | Method and Description | 
|---|---|
| static WALCellCodec | WALCellCodec. create(org.apache.hadoop.conf.Configuration conf,
      CompressionContext compression)Create and setup a  WALCellCodecfrom the
 CompressionContext. | 
| static WALCellCodec | WALCellCodec. create(org.apache.hadoop.conf.Configuration conf,
      String cellCodecClsName,
      CompressionContext compression)Create and setup a  WALCellCodecfrom thecellCodecClsNameand
 CompressionContext, ifcellCodecClsNameis specified. | 
| private WALCellCodec | AbstractProtobufLogWriter. getCodec(org.apache.hadoop.conf.Configuration conf,
        CompressionContext compressionContext) | 
| static WALCellCodec | SecureWALCellCodec. getCodec(org.apache.hadoop.conf.Configuration conf,
        Decryptor decryptor) | 
| static WALCellCodec | SecureWALCellCodec. getCodec(org.apache.hadoop.conf.Configuration conf,
        Encryptor encryptor) | 
| protected WALCellCodec | ProtobufLogReader. getCodec(org.apache.hadoop.conf.Configuration conf,
        String cellCodecClsName,
        CompressionContext compressionContext) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.