@ThreadSafe public final class MasterJournalContext extends Object implements JournalContext
Constructor and Description |
---|
MasterJournalContext(AsyncJournalWriter asyncJournalWriter)
Constructs a
MasterJournalContext . |
Modifier and Type | Method and Description |
---|---|
void |
append(Journal.JournalEntry entry) |
void |
close() |
void |
flush()
Flushes all the entries appended by the journal context so far.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
public MasterJournalContext(AsyncJournalWriter asyncJournalWriter)
MasterJournalContext
.asyncJournalWriter
- a AsyncJournalWriter
public void append(Journal.JournalEntry entry)
append
in interface JournalContext
entry
- the Journal.JournalEntry
to append to the journalpublic void flush() throws UnavailableException
JournalContext
MasterJournalContext
,
or only added into the async journal writer (example MetadataSyncMergeJournalContext
,
based on different implementations.flush
in interface JournalContext
UnavailableException
public void close() throws UnavailableException
close
in interface JournalContext
close
in interface Closeable
close
in interface AutoCloseable
UnavailableException
Copyright © 2023. All Rights Reserved.