Uses of Interface
org.apache.hadoop.hbase.io.ByteBufferWriter
Packages that use org.apache.hadoop.hbase.io.ByteBufferWriter
-
Uses of org.apache.hadoop.hbase.io.ByteBufferWriter in org.apache.hadoop.hbase.io
Classes in org.apache.hadoop.hbase.io that implement org.apache.hadoop.hbase.io.ByteBufferWriter in inModifier and TypeClassDescriptionclass
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
Not thread safe!class
org.apache.hadoop.hbase.io.ByteBufferWriterDataOutputStream
Our extension of DataOutputStream which implements ByteBufferWriterclass
org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
When deal with OutputStream which is not ByteBufferWriter type, wrap it with this class.