Package org.apache.hadoop.hbase.codec
Interface Codec
- All Known Implementing Classes:
CellCodec,CellCodecWithTags,KeyValueCodec,KeyValueCodecWithTags,MessageCodec,SecureWALCellCodec,WALCellCodec
Encoder/Decoder for Cell.
Like DataBlockEncoder only Cell-based rather than
KeyValue version 1 based and without presuming an hfile context. Intent is an Interface that will
work for hfile and rpc.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceImplementations should implicitly clean up any resources allocated when the Decoder/CellScanner runs off the end of the cell block.static interfaceCall flush when done. -
Method Summary
-
Method Details
-
getDecoder
-
getDecoder
-
getEncoder
-