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 TypeClassDescriptionclassorg.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputAn asynchronous HDFS output stream implementation which fans out data to datanode and only supports writing file with only one block.classorg.apache.hadoop.hbase.io.asyncfs.WrapperAsyncFSOutputAnAsyncFSOutputwraps 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.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, org.apache.hadoop.hbase.io.asyncfs.monitor.StreamSlowMonitor monitor, boolean noLocalWrite) CreateFanOutOneBlockAsyncDFSOutputforDistributedFileSystem, and a simple implementation for otherFileSystemwhich 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.AsyncFSOutputAsyncProtobufLogWriter.getOutput()