Package | Description |
---|---|
alluxio.master | |
alluxio.master.job |
Modifier and Type | Interface and Description |
---|---|
interface |
MasterFactory<T extends MasterContext>
Interface for factory of
Master . |
Modifier and Type | Class and Description |
---|---|
class |
CoreMasterContext
This class stores fields that are specific to core masters.
|
Modifier and Type | Field and Description |
---|---|
protected MasterContext |
AlluxioMasterProcess.mContext
Master context.
|
protected MasterContext |
AbstractMaster.mMasterContext
The context of Alluxio masters.
|
Modifier and Type | Method and Description |
---|---|
static void |
MasterUtils.createMasters(MasterRegistry registry,
MasterContext context)
Creates all the masters and registers them to the master registry.
|
Constructor and Description |
---|
AbstractMaster(MasterContext masterContext,
java.time.Clock clock,
ExecutorServiceFactory executorServiceFactory) |
Constructor and Description |
---|
JobMaster(MasterContext masterContext,
FileSystem filesystem,
FileSystemContext fsContext,
UfsManager ufsManager)
Creates a new instance of
JobMaster . |
Copyright © 2023. All Rights Reserved.