Uses of Interface
org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput
Packages that use AsyncFSOutput
-
Uses of AsyncFSOutput in org.apache.hadoop.hbase.io.asyncfs
Classes in org.apache.hadoop.hbase.io.asyncfs that implement AsyncFSOutputModifier and TypeClassDescriptionclassAn asynchronous HDFS output stream implementation which fans out data to datanode and only supports writing file with only one block.classAnAsyncFSOutputwraps aFSDataOutputStream.Methods in org.apache.hadoop.hbase.io.asyncfs that return AsyncFSOutputModifier and TypeMethodDescriptionstatic AsyncFSOutputAsyncFSOutputHelper.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) CreateFanOutOneBlockAsyncDFSOutputforDistributedFileSystem, and a simple implementation for otherFileSystemwhich 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 AsyncFSOutputAsyncFSWAL.fsOutprivate final AsyncFSOutputAsyncProtobufLogWriter.OutputStreamWrapper.outprivate AsyncFSOutputAsyncProtobufLogWriter.outputMethods in org.apache.hadoop.hbase.regionserver.wal that return AsyncFSOutputConstructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type AsyncFSOutput