Package | Description |
---|---|
alluxio.master.journal.ufs |
Modifier and Type | Method and Description |
---|---|
static UfsJournalFile |
UfsJournalSnapshot.getCurrentLog(UfsJournal journal)
Gets the current log (the incomplete log) that is being written to.
|
UfsJournalFile |
UfsJournalSnapshot.getLatestCheckpoint() |
Modifier and Type | Method and Description |
---|---|
List<UfsJournalFile> |
UfsJournalSnapshot.getCheckpoints() |
List<UfsJournalFile> |
UfsJournalSnapshot.getLogs() |
List<UfsJournalFile> |
UfsJournalSnapshot.getTemporaryCheckpoints() |
Modifier and Type | Method and Description |
---|---|
int |
UfsJournalFile.compareTo(UfsJournalFile other) |
Copyright © 2023. All Rights Reserved.