Struct commitlog::CommitLog [] [src]

pub struct CommitLog { /* fields omitted */ }

The commit log is an append-only sequence of messages.

Methods

impl CommitLog
[src]

Appends a log entry to the commit log, returning the offset of the appended entry.