@NotThreadSafe public final class StateChangeJournalContext extends Object implements JournalContext
Constructor and Description |
---|
StateChangeJournalContext(JournalContext journalContext,
LockResource stateLockResource)
Constructs a
StateChangeJournalContext . |
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 StateChangeJournalContext(JournalContext journalContext, LockResource stateLockResource)
StateChangeJournalContext
.journalContext
- the journal context to wrapstateLockResource
- the state lock resource to keeppublic 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.