Module logstore

Source
Expand description

LogStore APIs.

Re-exports§

pub use crate::logstore::entry::Id as EntryId;

Modules§

entry
provider

Structs§

AppendBatchResponse
The response of an append_batch operation.
AppendResponse
The response of an append operation.
WalIndex

Traits§

LogStore
LogStore serves as a Write-Ahead-Log for storage engine.

Type Aliases§

SendableEntryStream