Uses of Interface
org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput
Packages that use AsyncFSOutput
Package
Description
-
Uses of AsyncFSOutput in org.apache.hadoop.hbase.io.asyncfs
Classes in org.apache.hadoop.hbase.io.asyncfs that implement AsyncFSOutputModifier and TypeClassDescriptionclass
An asynchronous HDFS output stream implementation which fans out data to datanode and only supports writing file with only one block.class
AnAsyncFSOutput
wraps aFSDataOutputStream
.Methods in org.apache.hadoop.hbase.io.asyncfs that return AsyncFSOutputModifier and TypeMethodDescriptionstatic 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) CreateFanOutOneBlockAsyncDFSOutput
forDistributedFileSystem
, and a simple implementation for otherFileSystem
which wraps around aFSDataOutputStream
. -
Uses of AsyncFSOutput in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as AsyncFSOutputModifier and TypeFieldDescriptionprivate AsyncFSOutput
AsyncFSWAL.fsOut
private final AsyncFSOutput
AsyncProtobufLogWriter.OutputStreamWrapper.out
private AsyncFSOutput
AsyncProtobufLogWriter.output
Methods in org.apache.hadoop.hbase.regionserver.wal that return AsyncFSOutputConstructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type AsyncFSOutput -
Uses of AsyncFSOutput in org.apache.hadoop.hdfs
Fields in org.apache.hadoop.hdfs declared as AsyncFSOutputConstructors in org.apache.hadoop.hdfs with parameters of type AsyncFSOutputModifierConstructorDescriptionDummyDFSOutputStream
(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)