Packages that use org.apache.hadoop.hbase.io.ByteBufferWriter
-
Uses of org.apache.hadoop.hbase.io.ByteBufferWriter in org.apache.hadoop.hbase.io
class
org.apache.hadoop.hbase.io.ByteArrayOutputStream
Our own implementation of ByteArrayOutputStream where all methods are NOT synchronized and
supports writing ByteBuffer directly to it.
class
org.apache.hadoop.hbase.io.ByteBufferListOutputStream
An OutputStream which writes data into ByteBuffers.
class
org.apache.hadoop.hbase.io.ByteBufferOutputStream
class
org.apache.hadoop.hbase.io.ByteBufferWriterDataOutputStream
Our extension of DataOutputStream which implements ByteBufferWriter
class
org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
When deal with OutputStream which is not ByteBufferWriter type, wrap it with this class.