Package | Description |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayOutputStream
Our own implementation of ByteArrayOutputStream where all methods are NOT synchronized and
supports writing ByteBuffer directly to it.
|
class |
ByteBufferListOutputStream
An OutputStream which writes data into ByteBuffers.
|
class |
ByteBufferOutputStream
Not thread safe!
|
class |
ByteBufferWriterDataOutputStream
Our extension of DataOutputStream which implements ByteBufferWriter
|
class |
ByteBufferWriterOutputStream
When deal with OutputStream which is not ByteBufferWriter type, wrap it with this class.
|
Modifier and Type | Class and Description |
---|---|
private static class |
AsyncProtobufLogWriter.OutputStreamWrapper |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.