| Package | Description |
|---|---|
| alluxio.master | |
| alluxio.master.backup | |
| alluxio.master.block | |
| alluxio.master.file | |
| alluxio.master.meta | |
| alluxio.master.metrics |
| Modifier and Type | Method and Description |
|---|---|
CoreMasterContext |
CoreMasterContext.Builder.build() |
| Constructor and Description |
|---|
CoreMaster(CoreMasterContext context,
java.time.Clock clock,
ExecutorServiceFactory executorServiceFactory) |
| Constructor and Description |
|---|
AbstractBackupRole(CoreMasterContext masterContext)
Creates a BackupMaster.
|
BackupLeaderRole(CoreMasterContext masterContext)
Creates a new backup leader.
|
BackupWorkerRole(CoreMasterContext masterContext)
Creates a new backup worker.
|
| 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) |
| Constructor and Description |
|---|
DefaultFileSystemMaster(BlockMaster blockMaster,
CoreMasterContext masterContext)
Creates a new instance of
DefaultFileSystemMaster. |
DefaultFileSystemMaster(BlockMaster blockMaster,
CoreMasterContext masterContext,
ExecutorServiceFactory executorServiceFactory)
Creates a new instance of
DefaultFileSystemMaster. |
| Modifier and Type | Method and Description |
|---|---|
MetaMaster |
MetaMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
| Modifier and Type | Method and Description |
|---|---|
MetricsMaster |
MetricsMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Copyright © 2020. All Rights Reserved.