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.
|
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.hadoop.hbase.shaded.io.netty.channel.EventLoop eventLoop,
Class<? extends org.apache.hadoop.hbase.shaded.io.netty.channel.Channel> channelClass)
Create
FanOutOneBlockAsyncDFSOutput for DistributedFileSystem , and a simple
implementation for other FileSystem which wraps around a FSDataOutputStream . |
Modifier and Type | Method and Description |
---|---|
AsyncFSOutput |
AsyncProtobufLogWriter.getOutput() |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.