Package | Description |
---|---|
org.apache.hadoop.hbase.io.asyncfs | |
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Class and Description |
---|---|
class |
FanOutOneBlockAsyncDFSOutput
An asynchronous HDFS output stream implementation which fans out data to datanode and only
supports writing file with only one block.
|
class |
WrapperAsyncFSOutput
An
AsyncFSOutput wraps a FSDataOutputStream . |
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
FanOutOneBlockAsyncDFSOutput for DistributedFileSystem , and a simple
implementation for other FileSystem which wraps around a FSDataOutputStream . |
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.