Documentation ¶
Overview ¶
package set contains various different types of 'BlockSet's
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockSet ¶
type BlockSet interface { AddBlock(key.Key) RemoveBlock(key.Key) HasKey(key.Key) bool GetBloomFilter() bloom.Filter GetKeys() []key.Key }
BlockSet represents a mutable set of keyed blocks
func NewDBWrapperSet ¶
NewDBWrapperSet returns a new blockset wrapping a given datastore
func NewSimpleBlockSet ¶
func NewSimpleBlockSet() BlockSet
func SimpleSetFromKeys ¶
Click to show internal directories.
Click to hide internal directories.