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 | Class and Description |
---|---|
class |
AbstractMaster
This is the base class for all masters, and contains common functionality.
|
class |
NoopMaster
Master implementation that does nothing.
|
Modifier and Type | Method and Description |
---|---|
<T extends Master> |
AlluxioMasterProcess.getMaster(Class<T> clazz) |
<T extends Master> |
MasterProcess.getMaster(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Master |
MasterFactory.create(MasterRegistry registry,
MasterContext context)
Factory method to create a new master instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlockMaster
Interface of the block master that manages the metadata for all the blocks and block workers in
Alluxio.
|
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 | Interface and Description |
---|---|
interface |
FileSystemMaster
The interface of file system master.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileSystemMaster
The master that handles all file system metadata management.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyValueMaster
Interface of key-value master that stores key-value store information in Alluxio,
including the partitions of each key-value store.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyValueMaster
This master stores key-value store information in Alluxio, including the partitions of
each key-value store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LineageMaster
The lineage master interface stores the lineage metadata in Alluxio, this interface contains
common components that manage all lineage-related activities.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLineageMaster
The default lineage master stores the lineage metadata in Alluxio, and it contains the components
that manage all lineage-related activities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MetaMaster
The interface of meta master.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMetaMaster
The default meta master.
|
Modifier and Type | Method and Description |
---|---|
Master |
MetaMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
MetricsMaster
Interface of the metrics master that aggregates the cluster-level metrics from workers and
clients.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMetricsMaster
Default implementation of the metrics master.
|
Copyright © 2023. All Rights Reserved.