Package | Description |
---|---|
alluxio.master | |
alluxio.master.backup | |
alluxio.master.block | |
alluxio.master.file | |
alluxio.master.meta | |
alluxio.master.metrics | |
alluxio.master.table |
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) |
Constructor and Description |
---|
DefaultBlockMaster(MetricsMaster metricsMaster,
CoreMasterContext masterContext,
java.time.Clock clock,
ExecutorServiceFactory executorServiceFactory)
Creates a new instance of
DefaultBlockMaster . |
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) |
Modifier and Type | Method and Description |
---|---|
TableMaster |
TableMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Constructor and Description |
---|
DefaultTableMaster(CoreMasterContext context,
JobMasterClient jobMasterClient)
Constructor for DefaultTableMaster.
|
Copyright © 2023. All Rights Reserved.