Module webhdfs::sync_client[][src]

Synchronous WebHDFS client

The main client is SyncHdfsClient. It is neither Send nor Sync, so a separate instance must be created in each thread accessing the API.

Structs

AppendOptions
CreateOptions
CreateSymlinkOptions
DeleteOptions
MkdirsOptions
OpenOptions
ReadHdfsFile

HDFS file read object.

SyncHdfsClient

HDFS Connection data, etc.

SyncHdfsClientBuilder
WriteHdfsFile

HDFS file write object