Package org.apache.hadoop.hbase.codec
Interface Codec.Encoder
- All Superinterfaces:
CellOutputStream
- All Known Implementing Classes:
BaseEncoder
,CellCodec.CellEncoder
,CellCodecWithTags.CellEncoder
,KeyValueCodec.KeyValueEncoder
,KeyValueCodecWithTags.KeyValueEncoder
,MessageCodec.MessageEncoder
,SecureWALCellCodec.EncryptedKvEncoder
,WALCellCodec.CompressedKvEncoder
,WALCellCodec.EnsureKvEncoder
- Enclosing interface:
- Codec
Call flush when done. Some encoders may not put anything on the stream until flush is called.
On flush, let go of any resources used by the encoder.
-
Method Summary
Methods inherited from interface org.apache.hadoop.hbase.io.CellOutputStream
flush, write