| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.asyncfs | |
| org.apache.hadoop.hbase.io.asyncfs.monitor |
| Modifier and Type | Method and Description |
|---|---|
static FanOutOneBlockAsyncDFSOutput |
FanOutOneBlockAsyncDFSOutputHelper.createOutput(org.apache.hadoop.hdfs.DistributedFileSystem dfs,
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,
StreamSlowMonitor monitor,
boolean noLocalWrite)
Create a
FanOutOneBlockAsyncDFSOutput. |
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,
StreamSlowMonitor monitor,
boolean noLocalWrite)
Create
FanOutOneBlockAsyncDFSOutput for DistributedFileSystem, and a simple
implementation for other FileSystem which wraps around a FSDataOutputStream. |
| Modifier and Type | Method and Description |
|---|---|
static StreamSlowMonitor |
StreamSlowMonitor.create(org.apache.hadoop.conf.Configuration conf,
String name) |
StreamSlowMonitor |
ExcludeDatanodeManager.getStreamSlowMonitor(String name) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.