Interface | Description |
---|---|
AtomicFileOutputStreamCallback |
A
AtomicFileOutputStreamCallback is the callback interface used when using a
AtomicFileOutputStream . |
ObjectUnderFileSystem.ObjectListingChunk |
A chunk of listing results.
|
UfsManager |
A class that manages the UFS used by different services.
|
UnderFileSystem |
Alluxio stores data into an under layer file system.
|
UnderFileSystemFactory |
Interface for under file system factories.
|
Class | Description |
---|---|
AbstractUfsManager |
Basic implementation of
UfsManager . |
AbstractUfsManager.Key |
The key of the UFS cache.
|
AtomicFileOutputStream |
A
AtomicFileOutputStream writes to a temporary file and renames on close. |
BaseUnderFileSystem |
A base abstract
UnderFileSystem . |
ConsistentUnderFileSystem |
Represents a consistent under filesystem
which does not have eventual consistency issues.
|
Fingerprint |
Fingerprint for a UFS file or directory.
|
JobUfsManager |
Implementation of UfsManager to manage the ufs used by different job service processes.
|
MasterUfsManager |
A class that manages the UFS for master servers.
|
MultiRangeObjectInputStream |
A stream for reading data using range queries.
|
ObjectUnderFileSystem |
An object based abstract
UnderFileSystem . |
SeekableUnderFileInputStream |
A seekable under file input stream wrapper that encapsulates the under file input stream.
|
UfsDirectoryStatus |
Information about a directory in the under file system.
|
UfsFileStatus |
Information about a file in
UnderFileSystem . |
UfsManager.UfsClient |
Container for a UFS and the URI for that UFS.
|
UfsStatus |
Information about a file or a directory in the under file system.
|
UfsStatusCache |
This class is a cache from an Alluxio namespace URI (
AlluxioURI , i.e. |
UnderFileSystem.Factory |
The factory for the
UnderFileSystem . |
UnderFileSystemConfiguration |
Ufs configuration properties, including ufs specific configuration and global configuration.
|
UnderFileSystemFactoryRegistry |
Central registry of available
UnderFileSystemFactory instances that uses the
ServiceLoader mechanism to automatically discover available factories and provides a
central place for obtaining actual UnderFileSystem instances. |
UnderFileSystemWithLogging |
This class forwards all calls to the
UnderFileSystem interface to an internal
implementation. |
UnderFileSystemWithLogging.UfsCallable<T> |
Interface representing a callable to the under storage system which throws an
IOException if an error occurs during the external communication. |
WorkerUfsManager |
The default implementation of UfsManager to manage the ufs used by different worker services.
|
Enum | Description |
---|---|
Fingerprint.Tag |
The possible tags within the fingerprint.
|
Fingerprint.Type |
The possible types of the fingerprint.
|
UfsMode |
Operation mode for under storage.
|
UnderFileSystem.SpaceType |
The different types of space indicate the total space, the free space and the space used in the
under file system.
|
Copyright © 2023. All Rights Reserved.