Documentation
¶
Index ¶
- type MemTable
- func (mt *MemTable) All() []*internalpb.Entry
- func (mt *MemTable) Freeze()
- func (mt *MemTable) Get(key types.Key) (*internalpb.Entry, bool)
- func (mt *MemTable) Recover() error
- func (mt *MemTable) Reset() *MemTable
- func (mt *MemTable) Scan(start, end types.Key) []*internalpb.Entry
- func (mt *MemTable) Set(entry *internalpb.Entry) error
- func (mt *MemTable) Size() int
- func (mt *MemTable) Wal() *wal.WAL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.