Documentation
¶
Index ¶
- type InMemory
- func (im *InMemory) Close() error
- func (im *InMemory) Flush() (types.Work, error)
- func (im *InMemory) Get(blk types.Block) (key []byte, value []byte, err error)
- func (im *InMemory) GetIndexKey(blk types.Block) ([]byte, error)
- func (im *InMemory) IndexKey(key []byte) ([]byte, error)
- func (im *InMemory) Iter() (primary.PrimaryStorageIter, error)
- func (im *InMemory) OutstandingWork() types.Work
- func (im *InMemory) Put(key []byte, value []byte) (blk types.Block, err error)
- func (im *InMemory) Sync() 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.