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.
- Client
Builder - Builds a new synchronous
Clientinstance. - File
Read Stream - A blocking stream of file bytes.
- File
Reader - A blocking file reader.
- File
Writer - A blocking file writer.
- List
Status Iterator - A blocking file status iterator.