| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.regionserver.wal |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SecureWALCellCodec
A WALCellCodec that encrypts the WALedits.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
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–2019 The Apache Software Foundation. All rights reserved.