Expand description
LogStore APIs.
Re-exports§
pub use crate::logstore::entry::Id as EntryId;
Modules§
Structs§
- The response of an
append_batch
operation. - The response of an
append
operation.
Traits§
LogStore
serves as a Write-Ahead-Log for storage engine.