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 in
    Modifier and Type
    Class
    Description
    class 
    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
    An AsyncFSOutput wraps a FSDataOutputStream.
    Methods in org.apache.hadoop.hbase.io.asyncfs that return org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput in in
    Modifier and Type
    Method
    Description
    static 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)
    Create FanOutOneBlockAsyncDFSOutput for DistributedFileSystem, and a simple implementation for other FileSystem which wraps around a FSDataOutputStream.
  • 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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput
    AsyncProtobufLogWriter.getOutput()