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 | 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 service.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileSystemMaster
The master that handles all file system metadata management.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveSyncManager
Manager for the Active UFS sync process.
|
Modifier and Type | Class and Description |
---|---|
class |
InodeDirectoryIdGenerator
Inode id management for directory inodes.
|
class |
InodeTree
Represents the tree of Inodes.
|
class |
InodeTreePersistentState
Class for managing persistent inode tree state.
|
class |
MountTable
This class is used for keeping track of Alluxio mount points.
|
static class |
MountTable.State
Persistent mount table state.
|
Modifier and Type | Class and Description |
---|---|
class |
JobMaster
The master that handles all job managing operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DelegatingJournaled
Convenient interface for classes which delegate their journaling methods to another journaled
object.
|
interface |
Journaled
Interface for classes with journaled state.
|
interface |
NoopJournaled
Interface providing default implementations which do nothing.
|
Modifier and Type | Class and Description |
---|---|
class |
JournaledGroup
Convenience class which groups together multiple Journaled components as a single Journaled
component.
|
Modifier and Type | Method and Description |
---|---|
static void |
JournalUtils.writeJournalEntryCheckpoint(OutputStream output,
JournalEntryIterable iterable)
Writes a checkpoint of the entries in the given iterable.
|
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.
|
static class |
DefaultMetaMaster.State
Journaled state for MetaMaster.
|
class |
PathProperties
Source of truth for path level properties.
|
static class |
PathProperties.State
Journaled state of path level properties.
|
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 |
AlluxioCatalog
Class representing the Alluxio catalog.
|
class |
Database
The database implementation that manages a collection of tables.
|
class |
DefaultTableMaster
This table master manages catalogs metadata information.
|
Modifier and Type | Class and Description |
---|---|
class |
TransformManager
Manages transformations.
|
Modifier and Type | Class and Description |
---|---|
class |
MasterUfsManager
A class that manages the UFS for master servers.
|
Copyright © 2023. All Rights Reserved.