| Package | Description |
|---|---|
| alluxio.master.block | |
| alluxio.master.file | |
| alluxio.master.file.replication |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBlockMaster
This block master manages the metadata for all the blocks and block workers in Alluxio.
|
| Modifier and Type | Method and Description |
|---|---|
BlockMaster |
BlockMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultBlockMaster.Metrics.registerGauges(BlockMaster master)
Registers metric gauges.
|
| Constructor and Description |
|---|
BlockMasterClientServiceHandler(BlockMaster blockMaster)
Creates a new instance of
BlockMasterClientServiceHandler. |
BlockMasterWorkerServiceHandler(BlockMaster blockMaster)
Creates a new instance of
BlockMasterWorkerServiceHandler. |
| 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. |
| Constructor and Description |
|---|
ReplicationChecker(InodeTree inodeTree,
BlockMaster blockMaster,
SafeModeManager safeModeManager,
JobMasterClientPool jobMasterClientPool)
Constructs a new
ReplicationChecker using default (job service) handler to replicate
and evict blocks. |
ReplicationChecker(InodeTree inodeTree,
BlockMaster blockMaster,
SafeModeManager safeModeManager,
ReplicationHandler replicationHandler)
Constructs a new
ReplicationChecker with specified replicate and evict handlers (for
unit testing). |
Copyright © 2020. All Rights Reserved.