Package | Description |
---|---|
alluxio.extensions | |
alluxio.master.file.contexts | |
alluxio.recorder | |
alluxio.underfs |
Modifier and Type | Method and Description |
---|---|
List<T> |
ExtensionFactoryRegistry.findAllWithRecorder(String path,
S conf,
Recorder recorder)
Finds all the factories that support the given path and record the detailed execution process.
|
Modifier and Type | Method and Description |
---|---|
Recorder |
MountContext.getRecorder()
Gets the Recorder.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopRecorder
A Recorder which does nothing.
|
Modifier and Type | Method and Description |
---|---|
static Recorder |
Recorder.noopRecorder()
Gets a
NoopRecorder that does not actually record anything. |
Modifier and Type | Method and Description |
---|---|
void |
MasterUfsManager.addMountWithRecorder(long mountId,
AlluxioURI ufsUri,
UnderFileSystemConfiguration ufsConf,
Recorder recorder) |
void |
AbstractUfsManager.addMountWithRecorder(long mountId,
AlluxioURI ufsUri,
UnderFileSystemConfiguration ufsConf,
Recorder recorder) |
void |
UfsManager.addMountWithRecorder(long mountId,
AlluxioURI ufsUri,
UnderFileSystemConfiguration ufsConf,
Recorder recorder)
Keeps track of a mount id and maps it to its URI in Alluxio and configuration and records
the execution process.
|
static UnderFileSystem |
UnderFileSystem.Factory.createWithRecorder(String path,
UnderFileSystemConfiguration ufsConf,
Recorder recorder)
Creates a client for operations involved with the under file system and record the
execution process.
|
static List<UnderFileSystemFactory> |
UnderFileSystemFactoryRegistry.findAllWithRecorder(String path,
UnderFileSystemConfiguration ufsConf,
Recorder recorder)
Finds all the Under File System factories that support the given path
and record the execution process.
|
Copyright © 2023. All Rights Reserved.