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 TypeClassDescriptionclassorg.apache.hadoop.hbase.io.ByteArrayOutputStreamOur own implementation of ByteArrayOutputStream where all methods are NOT synchronized and supports writing ByteBuffer directly to it.classorg.apache.hadoop.hbase.io.ByteBufferListOutputStreamAn OutputStream which writes data into ByteBuffers.classorg.apache.hadoop.hbase.io.ByteBufferOutputStreamNot thread safe!classorg.apache.hadoop.hbase.io.ByteBufferWriterDataOutputStreamOur extension of DataOutputStream which implements ByteBufferWriterclassorg.apache.hadoop.hbase.io.ByteBufferWriterOutputStreamWhen deal with OutputStream which is not ByteBufferWriter type, wrap it with this class.