|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.regionserver.wal.WALCellCodec
org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec
@InterfaceAudience.Private public class SecureWALCellCodec
A WALCellCodec that encrypts the WALedits.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec |
|---|
WALCellCodec.ByteStringCompressor, WALCellCodec.ByteStringUncompressor, WALCellCodec.EnsureKvEncoder |
| Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.codec.Codec |
|---|
Codec.Decoder, Codec.Encoder |
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec |
|---|
compression, statelessUncompressor, WAL_CELL_CODEC_CLASS_KEY |
| Constructor Summary | |
|---|---|
SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression)
|
|
SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf,
Decryptor decryptor)
|
|
SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf,
Encryptor encryptor)
|
|
| Method Summary | |
|---|---|
static WALCellCodec |
getCodec(org.apache.hadoop.conf.Configuration conf,
Decryptor decryptor)
|
static WALCellCodec |
getCodec(org.apache.hadoop.conf.Configuration conf,
Encryptor encryptor)
|
Codec.Decoder |
getDecoder(InputStream is)
|
Codec.Encoder |
getEncoder(OutputStream os)
|
| Methods inherited from class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec |
|---|
create, create, getByteStringCompressor, getByteStringUncompressor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression)
public SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf,
Encryptor encryptor)
public SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf,
Decryptor decryptor)
| Method Detail |
|---|
public Codec.Decoder getDecoder(InputStream is)
getDecoder in interface CodecgetDecoder in class WALCellCodecpublic Codec.Encoder getEncoder(OutputStream os)
getEncoder in interface CodecgetEncoder in class WALCellCodec
public static WALCellCodec getCodec(org.apache.hadoop.conf.Configuration conf,
Encryptor encryptor)
public static WALCellCodec getCodec(org.apache.hadoop.conf.Configuration conf,
Decryptor decryptor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||