Package | Description |
---|---|
alluxio.job | |
alluxio.master | |
alluxio.master.backup | |
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.master.job | |
alluxio.underfs | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
UfsManager |
JobServerContext.getUfsManager() |
Constructor and Description |
---|
JobServerContext(FileSystem filesystem,
FileSystemContext fsContext,
UfsManager ufsManager)
Creates a new instance of
JobServerContext . |
Modifier and Type | Class and Description |
---|---|
class |
MasterContext<T extends UfsManager>
Stores context information for Alluxio masters.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopUfsManager
Implementation of UfsManager that does nothing.
|
Constructor and Description |
---|
NoopMaster(String name,
UfsManager ufsManager)
Creates a new
NoopMaster with the given name and ufsManager. |
Modifier and Type | Field and Description |
---|---|
protected UfsManager |
AbstractBackupRole.mUfsManager
The manager of all ufs.
|
Modifier and Type | Method and Description |
---|---|
static void |
DefaultFileSystemMaster.Metrics.registerGauges(UfsManager ufsManager,
InodeTree inodeTree)
Register some file system master related gauges.
|
Constructor and Description |
---|
MountTable(UfsManager ufsManager,
MountInfo rootMountInfo)
Creates a new instance of
MountTable . |
Constructor and Description |
---|
JobMaster(MasterContext masterContext,
FileSystem filesystem,
FileSystemContext fsContext,
UfsManager ufsManager)
Creates a new instance of
JobMaster . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUfsManager
Basic implementation of
UfsManager . |
class |
JobUfsManager
Implementation of UfsManager to manage the ufs used by different job service processes.
|
class |
MasterUfsManager
A class that manages the UFS for master servers.
|
class |
WorkerUfsManager
The default implementation of UfsManager to manage the ufs used by different worker services.
|
Modifier and Type | Method and Description |
---|---|
UfsManager |
WorkerProcess.getUfsManager() |
UfsManager |
AlluxioWorkerProcess.getUfsManager() |
Modifier and Type | Method and Description |
---|---|
Worker |
WorkerFactory.create(WorkerRegistry registry,
UfsManager ufsManager)
Factory method to create a new worker instance.
|
Modifier and Type | Method and Description |
---|---|
static UnderFileSystemBlockReader |
UnderFileSystemBlockReader.create(UnderFileSystemBlockMeta blockMeta,
long offset,
boolean positionShort,
BlockStore localBlockStore,
UfsManager ufsManager,
UfsInputStreamCache ufsInStreamCache,
String user)
Creates an instance of
UnderFileSystemBlockReader and initializes it with a reading
offset. |
BlockWorker |
BlockWorkerFactory.create(WorkerRegistry registry,
UfsManager ufsManager) |
Constructor and Description |
---|
DefaultBlockWorker(BlockMasterClientPool blockMasterClientPool,
FileSystemMasterClient fileSystemMasterClient,
Sessions sessions,
BlockStore blockStore,
UfsManager ufsManager)
Constructs a default block worker.
|
UnderFileSystemBlockStore(BlockStore localBlockStore,
UfsManager ufsManager)
Creates an instance of
UnderFileSystemBlockStore . |
Copyright © 2023. All Rights Reserved.