Package | Description |
---|---|
alluxio.master.journal | |
alluxio.master.journal.noop | |
alluxio.master.journal.ufs |
Modifier and Type | Method and Description |
---|---|
Journal |
JournalSystem.createJournal(JournalEntryStateMachine stateMachine)
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(JournalEntryStateMachine master) |
Modifier and Type | Class and Description |
---|---|
class |
UfsJournal
Implementation of UFS-based journal.
|
Copyright © 2023. All Rights Reserved.