Package | Description |
---|---|
alluxio.master | |
alluxio.master.job | |
alluxio.master.journal | |
alluxio.master.table | |
alluxio.master.throttle |
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 |
AbstractMaster.mMasterContext
The context of Alluxio masters.
|
Modifier and Type | Method and Description |
---|---|
MasterContext |
NoopMaster.getMasterContext() |
MasterContext |
AbstractMaster.getMasterContext() |
MasterContext |
Master.getMasterContext() |
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 . |
Modifier and Type | Method and Description |
---|---|
Master |
JournalMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Constructor and Description |
---|
DefaultJournalMaster(JournalDomain journalDomain,
MasterContext masterContext) |
Constructor and Description |
---|
DefaultTableMaster(MasterContext context,
JobMasterClient jobMasterClient)
Constructor for DefaultTableMaster.
|
Modifier and Type | Method and Description |
---|---|
DefaultThrottleMaster |
ThrottleMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Constructor and Description |
---|
DefaultThrottleMaster(MasterRegistry registry,
MasterContext masterContext)
Creates a new instance of
DefaultThrottleMaster . |
Copyright © 2023. All Rights Reserved.