Package | Description |
---|---|
alluxio.master.journal.ufs |
Modifier and Type | Method and Description |
---|---|
UfsJournal |
UfsJournalSystem.createJournal(Master 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(Master master,
UfsJournal journal,
long startSequence,
java.util.function.Supplier<Set<JournalSink>> journalSinks)
Creates a new instance of
UfsJournalCheckpointThread . |
UfsJournalCheckpointThread(Master master,
UfsJournal journal,
java.util.function.Supplier<Set<JournalSink>> journalSinks)
Creates a new instance of
UfsJournalCheckpointThread . |
UfsJournalReader(UfsJournal journal,
long startSequenceId,
boolean readIncompleteLog)
Creates a new instance of
UfsJournalReader . |
Copyright © 2023. All Rights Reserved.