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