Package | Description |
---|---|
alluxio.master | |
alluxio.master.journal | |
alluxio.master.journal.noop | |
alluxio.master.journal.ufs |
Modifier and Type | Field and Description |
---|---|
protected JournalSystem |
AlluxioMasterProcess.mJournalSystem
The journal system for writing journal entries and restoring master state.
|
Modifier and Type | Method and Description |
---|---|
JournalSystem |
MasterContext.getJournalSystem() |
Constructor and Description |
---|
MasterContext(JournalSystem journalSystem,
SafeModeManager safeModeManager,
BackupManager backupManager,
long startTimeMs,
int port)
Creates a new master context.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJournalSystem
Base implementation for journal systems.
|
Modifier and Type | Method and Description |
---|---|
JournalSystem |
JournalSystem.Builder.build() |
Modifier and Type | Class and Description |
---|---|
class |
NoopJournalSystem
Journal system which doesn't do anything.
|
Modifier and Type | Class and Description |
---|---|
class |
UfsJournalSystem
Factory for under file storage journals.
|
Copyright © 2023. All Rights Reserved.