Package | Description |
---|---|
alluxio.exception | |
alluxio.master.journal | |
alluxio.master.journal.raft | |
alluxio.master.journal.ufs |
Modifier and Type | Method and Description |
---|---|
JournalClosedException |
JournalClosedException.IOJournalClosedException.toJournalClosedException() |
Modifier and Type | Method and Description |
---|---|
void |
JournalWriter.flush()
Flushes all the entries written to the underlying storage.
|
void |
AsyncJournalWriter.flush(long targetCounter)
Submits a ticket to flush thread and waits until ticket is served.
|
void |
JournalWriter.write(Journal.JournalEntry entry)
Writes an entry.
|
Modifier and Type | Method and Description |
---|---|
void |
RaftJournalWriter.flush() |
void |
RaftJournalWriter.write(Journal.JournalEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
UfsJournal.flush()
Flushes the journal.
|
Copyright © 2023. All Rights Reserved.