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.dora | |
alluxio.worker.netty |
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,
java.time.Clock clock)
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 |
AlluxioWorkerProcess.getUfsManager() |
UfsManager |
WorkerProcess.getUfsManager() |
Constructor and Description |
---|
AlluxioWorkerProcess(WorkerRegistry workerRegistry,
UfsManager ufsManager,
Worker worker,
DataServerFactory dataServerFactory,
NettyDataServer nettyDataServer,
HttpServer httpServer,
boolean delayWebServer)
Creates a new instance of
AlluxioWorkerProcess . |
DataServerFactory(UfsManager ufsManager,
InetSocketAddress connectAddress,
InetSocketAddress gRpcBindAddress) |
Modifier and Type | Class and Description |
---|---|
class |
DoraUfsManager
Dora UFS manager.
|
Constructor and Description |
---|
NettyDataServer(InetSocketAddress nettyBindAddress,
InetSocketAddress s3BindAddress,
UfsManager ufsManager,
DoraWorker doraWorker)
Creates a new instance of
NettyDataServer . |
NettyDataServer(InetSocketAddress nettyBindAddress,
UfsManager ufsManager)
Creates a new instance of
NettyDataServer . |
UfsFilePacketWriter(UfsFileWriteRequestContext context,
io.netty.channel.Channel channel,
UfsManager ufsManager) |
UfsFileWriteHandler(ExecutorService executorService,
UfsManager ufsManager)
Creates an instance of
UfsFileWriteHandler . |
Copyright © 2023. All Rights Reserved.