Uses of Interface
org.apache.hadoop.hbase.io.ByteBufferWriter
-
Uses of ByteBufferWriter in org.apache.hadoop.hbase.io
Modifier and TypeClassDescriptionclass
Our own implementation of ByteArrayOutputStream where all methods are NOT synchronized and supports writing ByteBuffer directly to it.class
An OutputStream which writes data into ByteBuffers.class
Not thread safe!class
Our extension of DataOutputStream which implements ByteBufferWriterclass
When deal with OutputStream which is not ByteBufferWriter type, wrap it with this class. -
Uses of ByteBufferWriter in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeClassDescriptionprivate static final class