Documentation ¶
Index ¶
- type MetaStore
- func (s *MetaStore) Close() (err error)
- func (s *MetaStore) Count() (count int, err error)
- func (s *MetaStore) FreeOffset(shard uint8) (offset int64, err error)
- func (s *MetaStore) Get(addr chunk.Address) (m *forky.Meta, err error)
- func (s *MetaStore) Iterate(fn func(chunk.Address, *forky.Meta) (stop bool, err error)) (err error)
- func (s *MetaStore) Remove(addr chunk.Address, shard uint8) (err error)
- func (s *MetaStore) Set(addr chunk.Address, shard uint8, reclaimed bool, m *forky.Meta) (err error)
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.