Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Class and Description |
---|---|
class |
SecureWALCellCodec
A 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
WALCellCodec from the CompressionContext. |
static WALCellCodec |
WALCellCodec.create(org.apache.hadoop.conf.Configuration conf,
String cellCodecClsName,
CompressionContext compression)
Create and setup a
WALCellCodec from the cellCodecClsName and
CompressionContext, if cellCodecClsName is 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–2020 The Apache Software Foundation. All rights reserved.