Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.replication |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultFileSystemMaster.Metrics.registerGauges(UfsManager ufsManager,
InodeTree inodeTree)
Register some file system master related gauges.
|
Constructor and Description |
---|
DefaultPermissionChecker(InodeTree inodeTree)
Constructs a
PermissionChecker instance for Alluxio file system. |
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 © 2023. All Rights Reserved.