Documentation
¶
Index ¶
Constants ¶
View Source
const ( GroupUC = entry.GTUncommit GroupC uint32 = iota + 10 GroupCatalog )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver interface {
GetCheckpointed() uint64
Checkpoint(indexes []*Index) (LogEntry, error)
AppendEntry(uint32, LogEntry) (uint64, error)
LoadEntry(groupId uint32, lsn uint64) (LogEntry, error)
GetCurrSeqNum() uint64
GetPenddingCnt() uint64
Compact() error
Replay(handle store.ApplyHandle) (err error)
Close() error
}
type ReplayObserver ¶
Click to show internal directories.
Click to hide internal directories.