Interface | Description |
---|---|
AsyncFSOutput |
Interface for asynchronous filesystem output stream.
|
Class | Description |
---|---|
AsyncFSOutputHelper |
Helper class for creating AsyncFSOutput.
|
FanOutOneBlockAsyncDFSOutput |
An asynchronous HDFS output stream implementation which fans out data to datanode and only
supports writing file with only one block.
|
FanOutOneBlockAsyncDFSOutputHelper |
Helper class for implementing
FanOutOneBlockAsyncDFSOutput . |
FanOutOneBlockAsyncDFSOutputSaslHelper |
Helper class for adding sasl support for
FanOutOneBlockAsyncDFSOutput . |
WrapperAsyncFSOutput |
An
AsyncFSOutput wraps a FSDataOutputStream . |
Exception | Description |
---|---|
FanOutOneBlockAsyncDFSOutputHelper.NameNodeException |
Exception other than RemoteException thrown when calling create on namenode
|
Copyright © 2007–2019 Cloudera. All rights reserved.