Package | Description |
---|---|
alluxio.master.journal.ufs |
Modifier and Type | Method and Description |
---|---|
UfsJournal |
UfsJournalSystem.createJournal(JournalEntryStateMachine master) |
Modifier and Type | Method and Description |
---|---|
static UfsJournalFile |
UfsJournalSnapshot.getCurrentLog(UfsJournal journal)
Gets the current log (the incomplete log) that is being written to.
|
static UfsJournalSnapshot |
UfsJournalSnapshot.getSnapshot(UfsJournal journal)
Creates a snapshot of the journal.
|
Constructor and Description |
---|
UfsJournalCheckpointThread(JournalEntryStateMachine master,
UfsJournal journal)
Creates a new instance of
UfsJournalCheckpointThread . |
UfsJournalReader(UfsJournal journal,
long startSequenceId,
boolean readIncompleteLog)
Creates a new instance of
UfsJournalReader . |
Copyright © 2023. All Rights Reserved.