Package | Description |
---|---|
alluxio.master.journalv0 | |
alluxio.master.journalv0.ufs |
Modifier and Type | Method and Description |
---|---|
JournalOutputStream |
JournalWriter.getCheckpointOutputStream(long latestSequenceNumber)
Returns an output stream for the journal checkpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
JournalCheckpointStreamable.streamToJournalCheckpoint(JournalOutputStream outputStream)
Writes to the journal, in a streaming fashion, via the
JournalOutputStream . |
Modifier and Type | Class and Description |
---|---|
protected static class |
UfsJournalWriter.EntryOutputStream
This is the output stream for the journal entries after the checkpoint.
|
Modifier and Type | Method and Description |
---|---|
JournalOutputStream |
UfsJournalWriter.getCheckpointOutputStream(long latestSequenceNumber) |
Copyright © 2023. All Rights Reserved.