@NotThreadSafe 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() |
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 close() throws UnavailableException
close
in interface JournalContext
close
in interface Closeable
close
in interface AutoCloseable
UnavailableException
Copyright © 2023. All Rights Reserved.