Package | Description |
---|---|
alluxio.master | |
alluxio.master.block | |
alluxio.master.file | |
alluxio.master.keyvalue | |
alluxio.master.lineage | |
alluxio.master.meta | |
alluxio.master.metrics |
Modifier and Type | Method and Description |
---|---|
Master |
MasterFactory.create(MasterRegistry registry,
MasterContext context)
Factory method to create a new master instance.
|
Constructor and Description |
---|
AbstractMaster(MasterContext masterContext,
java.time.Clock clock,
ExecutorServiceFactory executorServiceFactory) |
Modifier and Type | Method and Description |
---|---|
BlockMaster |
BlockMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Modifier and Type | Method and Description |
---|---|
FileSystemMaster |
FileSystemMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Modifier and Type | Method and Description |
---|---|
KeyValueMaster |
KeyValueMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Modifier and Type | Method and Description |
---|---|
LineageMaster |
LineageMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Modifier and Type | Method and Description |
---|---|
Master |
MetaMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Modifier and Type | Method and Description |
---|---|
MetricsMaster |
MetricsMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Copyright © 2023. All Rights Reserved.