Package | Description |
---|---|
alluxio | |
alluxio.master | |
alluxio.master.block | |
alluxio.master.file | |
alluxio.master.job | |
alluxio.master.meta | |
alluxio.master.metrics | |
alluxio.master.table | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.block |
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 |
CoreMaster
Abstract class for masters that run in the core master process.
|
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 service.
|
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 | Class and Description |
---|---|
class |
JobMaster
The master that handles all job managing operations.
|
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 |
TableMaster
Interface of the table master that manages the table service.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableMaster
This table master manages catalogs metadata information.
|
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Server>> |
DefaultTableMaster.getDependencies() |
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.
|
class |
JobWorker
A job worker that manages all the worker-related activities.
|
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Server>> |
JobWorker.getDependencies() |
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() |
Copyright © 2023. All Rights Reserved.