Uses of Interface
org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput
Package
Description
-
Uses of org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput in org.apache.hadoop.hbase.io.asyncfs
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutput
An asynchronous HDFS output stream implementation which fans out data to datanode and only supports writing file with only one block.class
org.apache.hadoop.hbase.io.asyncfs.WrapperAsyncFSOutput
AnAsyncFSOutput
wraps aFSDataOutputStream
.Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.io.asyncfs.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, org.apache.hadoop.hbase.io.asyncfs.monitor.StreamSlowMonitor monitor, boolean noLocalWrite) CreateFanOutOneBlockAsyncDFSOutput
forDistributedFileSystem
, and a simple implementation for otherFileSystem
which wraps around aFSDataOutputStream
. -
Uses of org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput
AsyncProtobufLogWriter.getOutput()
-
Uses of org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput in org.apache.hadoop.hdfs
ModifierConstructorDescriptionDummyDFSOutputStream
(org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput output, org.apache.hadoop.hdfs.DFSClient dfsClient, String src, org.apache.hadoop.hdfs.protocol.HdfsFileStatus stat, EnumSet<org.apache.hadoop.fs.CreateFlag> flag, org.apache.hadoop.util.DataChecksum checksum)