Interface | Description |
---|---|
FileSystemWorker |
Interface representing a file system worker.
|
Class | Description |
---|---|
DefaultFileSystemWorker |
This class is responsible for persisting files when requested by the master and a defunct
FileSystemWorkerClientServiceHandler which always returns UnsupportedOperation Exception. |
FileDataManager |
Responsible for storing files into under file system.
|
FileDataManager.PersistedFilesInfo |
Information about persisted files.
|
FileSystemMasterClient |
A wrapper for the thrift client to interact with the file system master, used by Alluxio worker.
|
FileSystemWorkerClientServiceHandler |
Handles incoming thrift requests from a worker file system client.
|
FileSystemWorkerFactory |
Factory to create a
DefaultFileSystemWorker instance. |
UnderFileSystemUtils |
Utility functions for working with
UnderFileSystem . |
Copyright © 2023. All Rights Reserved.