package
Version:
v0.0.0-...-5263468
Opens a new window with list of versions in this module.
Published: Sep 24, 2021
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Segment struct {
MaxIndexBytes uint64
MaxStoreBytes uint64
InitialOffset uint64
}
}
NewLog creates a new log based on given config in the given directory.
Append adds new record to the log and return its offset value.
Close closes the log and its segments.
Read reads the record stored at the given offset.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.