Uses of Interface
org.apache.hadoop.hbase.io.ByteBufferWriter
Packages that use ByteBufferWriter
-
Uses of ByteBufferWriter in org.apache.hadoop.hbase.io
Classes in org.apache.hadoop.hbase.io that implement ByteBufferWriterModifier 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
Classes in org.apache.hadoop.hbase.regionserver.wal that implement ByteBufferWriterModifier and TypeClassDescriptionprivate static final class