Package org.apache.hadoop.hbase.io.asyncfs


package org.apache.hadoop.hbase.io.asyncfs
  • Class
    Description
    org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutput
    Interface for asynchronous filesystem output stream.
    org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutputHelper
    Helper class for creating AsyncFSOutput.
    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.
    org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputHelper
    Helper class for implementing FanOutOneBlockAsyncDFSOutput.
    org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputHelper.NameNodeException
    Exception other than RemoteException thrown when calling create on namenode
    org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputSaslHelper
    Helper class for adding sasl support for FanOutOneBlockAsyncDFSOutput.
    org.apache.hadoop.hbase.io.asyncfs.ProtobufDecoder
    Modified based on io.netty.handler.codec.protobuf.ProtobufDecoder.
    org.apache.hadoop.hbase.io.asyncfs.WrapperAsyncFSOutput
    An AsyncFSOutput wraps a FSDataOutputStream.