set

package
v0.2.2-buildfails Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2015 License: MIT Imports: 3 Imported by: 0

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(util.Key)
	RemoveBlock(util.Key)
	HasKey(util.Key) bool
	GetBloomFilter() bloom.Filter

	GetKeys() []util.Key
}

BlockSet represents a mutable set of keyed blocks

func NewDBWrapperSet

func NewDBWrapperSet(d ds.Datastore, bset BlockSet) BlockSet

NewDBWrapperSet returns a new blockset wrapping a given datastore

func NewSimpleBlockSet

func NewSimpleBlockSet() BlockSet

func SimpleSetFromKeys

func SimpleSetFromKeys(keys []util.Key) BlockSet

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL