IJournalFormat
interface
Namespace: Orleans.Journaling
Reads and writes the physical byte format used to persist state journal entries.
public interface IJournalFormatRemarks
A journal format owns physical framing for entries. Durable state codecs write only the payload for a single entry.
Properties
Methods
CreateWriterCreates a writer for a new mutable journal batch.Replay(JournalBufferReader, JournalReplayContext)Reads as many complete journal entries as possible frominputand applies them to resolved states.
