Package | Description |
---|---|
alluxio.master.journal | |
alluxio.master.journal.noop | |
alluxio.master.journal.raft | |
alluxio.master.journal.ufs |
Modifier and Type | Method and Description |
---|---|
Journal |
JournalSystem.createJournal(Master master)
Creates a journal for the given state machine.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopJournal
Implementation of
Journal that does nothing. |
Modifier and Type | Method and Description |
---|---|
Journal |
NoopJournalSystem.createJournal(Master master) |
Modifier and Type | Class and Description |
---|---|
class |
RaftJournal
Class associated with each master that lets the master create journal contexts for writing
entries to the journal.
|
Modifier and Type | Method and Description |
---|---|
Journal |
RaftJournalSystem.createJournal(Master master) |
Modifier and Type | Class and Description |
---|---|
class |
UfsJournal
Implementation of UFS-based journal.
|
Copyright © 2023. All Rights Reserved.