| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.asyncfs | |
| org.apache.hadoop.hbase.regionserver.wal | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FanOutOneBlockAsyncDFSOutputAn asynchronous HDFS output stream implementation which fans out data to datanode and only
 supports writing file with only one block. | 
| class  | WrapperAsyncFSOutputAn  AsyncFSOutputwraps aFSDataOutputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AsyncFSOutput | AsyncFSOutputHelper. createOutput(org.apache.hadoop.fs.FileSystem fs,
            org.apache.hadoop.fs.Path f,
            boolean overwrite,
            boolean createParent,
            short replication,
            long blockSize,
            org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup eventLoopGroup,
            Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> channelClass)Create  FanOutOneBlockAsyncDFSOutputforDistributedFileSystem, and a simple
 implementation for otherFileSystemwhich wraps around aFSDataOutputStream. | 
| Modifier and Type | Field and Description | 
|---|---|
| private AsyncFSOutput | AsyncFSWAL. fsOut | 
| private AsyncFSOutput | AsyncProtobufLogWriter.OutputStreamWrapper. out | 
| private AsyncFSOutput | AsyncProtobufLogWriter. output | 
| Modifier and Type | Method and Description | 
|---|---|
| AsyncFSOutput | AsyncProtobufLogWriter. getOutput() | 
| Constructor and Description | 
|---|
| OutputStreamWrapper(AsyncFSOutput out) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.