Package | Description |
---|---|
alluxio | |
alluxio.master | |
alluxio.master.block | |
alluxio.master.file | |
alluxio.master.keyvalue | |
alluxio.master.lineage | |
alluxio.master.meta | |
alluxio.master.metrics | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.block | |
alluxio.worker.file | |
alluxio.worker.keyvalue |
Modifier and Type | Class and Description |
---|---|
class |
Registry<T extends Server<U>,U>
Class for registering individual
Server s that run within an Alluxio process. |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Server>> |
Server.getDependencies() |
Modifier and Type | Interface and Description |
---|---|
interface |
Master
This interface contains common operations for all masters.
|
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 |
---|---|
Set<Class<? extends Server>> |
AbstractMaster.getDependencies() |
Set<Class<? extends Server>> |
NoopMaster.getDependencies() |
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 | Method and Description |
---|---|
Set<Class<? extends Server>> |
DefaultBlockMaster.getDependencies() |
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 | Method and Description |
---|---|
Set<Class<? extends Server>> |
DefaultFileSystemMaster.getDependencies() |
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 | Method and Description |
---|---|
Set<Class<? extends Server>> |
DefaultKeyValueMaster.getDependencies() |
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 | Method and Description |
---|---|
Set<Class<? extends Server>> |
DefaultLineageMaster.getDependencies() |
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 |
---|---|
Set<Class<? extends Server>> |
DefaultMetaMaster.getDependencies() |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Worker
Interface of an Alluxio worker.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorker
This is the base class for all workers, and contains common functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlockWorker
A block worker in the Alluxio system.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBlockWorker
The class is responsible for managing all top level components of the Block Worker.
|
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Server>> |
DefaultBlockWorker.getDependencies() |
Modifier and Type | Interface and Description |
---|---|
interface |
FileSystemWorker
Interface representing a file system worker.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileSystemWorker
This class is responsible for persisting files when requested by the master and a defunct
FileSystemWorkerClientServiceHandler which always returns UnsupportedOperation Exception. |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Server>> |
DefaultFileSystemWorker.getDependencies() |
Modifier and Type | Class and Description |
---|---|
class |
KeyValueWorker
A worker serving key-value queries.
|
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Server>> |
KeyValueWorker.getDependencies() |
Copyright © 2023. All Rights Reserved.