@ThreadSafe public class UfsMutableJournal extends UfsJournal implements MutableJournal
MutableJournal
based on UFS.MutableJournal.Factory
FIRST_COMPLETED_LOG_NUMBER, mLocation
Constructor and Description |
---|
UfsMutableJournal(URI location) |
Modifier and Type | Method and Description |
---|---|
void |
format()
Formats the journal.
|
JournalWriter |
getWriter() |
getCheckpoint, getCompletedLocation, getCompletedLog, getCurrentLog, getJournalFormatter, getLocation, getReader, isFormatted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation, getReader, isFormatted
public UfsMutableJournal(URI location)
location
- the location for the journalpublic void format() throws IOException
MutableJournal
format
in interface MutableJournal
IOException
public JournalWriter getWriter()
getWriter
in interface MutableJournal
JournalWriter
for this journalCopyright © 2023. All Rights Reserved.