|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WALCellCodec | |
|---|---|
| org.apache.hadoop.hbase.regionserver.wal | |
| Uses of WALCellCodec in org.apache.hadoop.hbase.regionserver.wal |
|---|
| Subclasses of WALCellCodec in org.apache.hadoop.hbase.regionserver.wal | |
|---|---|
class |
SecureWALCellCodec
A WALCellCodec that encrypts the WALedits. |
| Methods in org.apache.hadoop.hbase.regionserver.wal that return WALCellCodec | |
|---|---|
static 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 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. |
protected WALCellCodec |
ProtobufLogWriter.getCodec(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.regionserver.wal.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,
org.apache.hadoop.hbase.regionserver.wal.CompressionContext compressionContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||