| Package | Description |
|---|---|
| alluxio.master | |
| 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) |
| 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 |
|---|---|
Master |
MetaMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
| Modifier and Type | Method and Description |
|---|---|
MetricsMaster |
MetricsMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Copyright © 2019. All Rights Reserved.