Skip to main content

Module sync

Module sync 

Source
Expand description

Synchronous wrappers around the asynchronous HDFS client.

The sync client owns a Tokio runtime and delegates operations to the async crate::Client. This is intended for applications that want blocking APIs without managing an async runtime directly.

Structsยง

Client
A blocking HDFS client.
ClientBuilder
Builds a new synchronous Client instance.
FileReadStream
A blocking stream of file bytes.
FileReader
A blocking file reader.
FileWriter
A blocking file writer.
ListStatusIterator
A blocking file status iterator.