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