JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Hortonworks Data Platform 2.4.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.hadoop.hbase.codec
Interface Codec.Encoder
All Superinterfaces:
CellOutputStream
All Known Implementing Classes:
BaseEncoder
,
KeyValueCodec.KeyValueEncoder
,
KeyValueCodecWithTags.KeyValueEncoder
,
WALCellCodec.EnsureKvEncoder
Enclosing interface:
Codec
public static interface
Codec.Encoder
extends
CellOutputStream
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
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Hortonworks Data Platform 2.4.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method