Interface | Description |
---|---|
FileSystem |
Basic file system interface supporting metadata operations and data operations.
|
FileSystemMasterClient |
A client to use for interacting with a file system master.
|
Class | Description |
---|---|
BaseFileSystem |
Default implementation of the
FileSystem interface. |
FileInStream |
A streaming API to read a file.
|
FileOutStream |
Provides a streaming API to write a file.
|
FileSystem.Factory |
Factory for
FileSystem . |
FileSystemContext |
A shared context that isolates all operations within a
FileSystem . |
FileSystemMasterClient.Factory |
Factory for
FileSystemMasterClient . |
FileSystemMasterClientPool |
A fixed pool of FileSystemMasterClient instances.
|
FileSystemUtils |
Collection of utility methods to handle with
FileSystem related objects. |
RetryHandlingFileSystemMasterClient |
A wrapper for the thrift client to interact with the file system master, used by alluxio clients.
|
URIStatus |
Wrapper around
FileInfo . |
Copyright © 2023. All Rights Reserved.