Package | Description |
---|---|
alluxio.master | |
alluxio.master.block | |
alluxio.master.file | |
alluxio.master.meta | |
alluxio.master.metrics | |
alluxio.master.table |
Modifier and Type | Method and Description |
---|---|
Master |
MasterFactory.create(MasterRegistry registry,
T context)
Factory method to create a new master instance.
|
static void |
MasterUtils.createMasters(MasterRegistry registry,
MasterContext context)
Creates all the masters and registers them to the master registry.
|
Constructor and Description |
---|
BackupManager(MasterRegistry registry) |
Modifier and Type | Method and Description |
---|---|
BlockMaster |
BlockMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Modifier and Type | Method and Description |
---|---|
FileSystemMaster |
FileSystemMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Modifier and Type | Method and Description |
---|---|
Master |
MetaMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Modifier and Type | Method and Description |
---|---|
MetricsMaster |
MetricsMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Modifier and Type | Method and Description |
---|---|
TableMaster |
TableMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Copyright © 2023. All Rights Reserved.