Class SecureWALCellCodec.EncryptedKvDecoder
java.lang.Object
org.apache.hadoop.hbase.codec.BaseDecoder
org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueDecoder
org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec.EncryptedKvDecoder
- All Implemented Interfaces:
CellScanner
,Codec.Decoder
,ExtendedCellScanner
- Enclosing class:
- SecureWALCellCodec
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.codec.BaseDecoder
BaseDecoder.PBIS
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.codec.BaseDecoder
in, LOG
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.codec.BaseDecoder
advance, current, getInputStream
-
Field Details
-
decryptor
-
iv
-
-
Constructor Details
-
EncryptedKvDecoder
-
EncryptedKvDecoder
-
-
Method Details
-
parseCell
Description copied from class:BaseDecoder
Extract a Cell.- Overrides:
parseCell
in classKeyValueCodecWithTags.KeyValueDecoder
- Returns:
- a parsed Cell or throws an Exception. EOFException or a generic IOException maybe thrown if EOF is reached prematurely. Does not return null.
- Throws:
IOException
-