Uses of Interface
org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput
Packages that use org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput
-
Uses of org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput in org.apache.hadoop.hbase.io.asyncfs
Classes in org.apache.hadoop.hbase.io.asyncfs that implement org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput in inModifier 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
.Methods in org.apache.hadoop.hbase.io.asyncfs that return org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput in inModifier 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
Methods in org.apache.hadoop.hbase.regionserver.wal that return org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput
AsyncProtobufLogWriter.getOutput()