Documentation
¶
Index ¶
- Constants
- type Store
- func (s *Store) Close() error
- func (s *Store) Err() error
- func (s *Store) Flush()
- func (s *Store) Get(key []byte) ([]byte, bool, error)
- func (s *Store) GetSize(key []byte) (types.Size, bool, error)
- func (s *Store) Has(key []byte) (bool, error)
- func (s *Store) IndexStorageSize() (int64, error)
- func (s *Store) Put(key []byte, value []byte) error
- func (s *Store) Remove(key []byte) (bool, error)
- func (s *Store) Start()
Constants ¶
View Source
const DefaultBurstRate = 4 * 1024 * 1024
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.