boltdb

package
v0.0.0-...-8c16d68 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2014 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "boltdb"

Variables

This section is empty.

Functions

func StoreConstructor

func StoreConstructor(config map[string]interface{}) (store.KVStore, error)

Types

type Batch

type Batch struct {
	// contains filtered or unexported fields
}

func (*Batch) Close

func (i *Batch) Close() error

func (*Batch) Delete

func (i *Batch) Delete(key []byte)

func (*Batch) Execute

func (i *Batch) Execute() error

func (*Batch) Set

func (i *Batch) Set(key, val []byte)

type Iterator

type Iterator struct {
	// contains filtered or unexported fields
}

func (*Iterator) Close

func (i *Iterator) Close()

func (*Iterator) Current

func (i *Iterator) Current() ([]byte, []byte, bool)

func (*Iterator) Key

func (i *Iterator) Key() []byte

func (*Iterator) Next

func (i *Iterator) Next()

func (*Iterator) Seek

func (i *Iterator) Seek(k []byte)

func (*Iterator) SeekFirst

func (i *Iterator) SeekFirst()

func (*Iterator) Valid

func (i *Iterator) Valid() bool

func (*Iterator) Value

func (i *Iterator) Value() []byte

type Store

type Store struct {
	// contains filtered or unexported fields
}

func Open

func Open(path string, bucket string) (*Store, error)

func (*Store) Close

func (bs *Store) Close() error

func (*Store) Commit

func (bs *Store) Commit() error

func (*Store) Delete

func (bs *Store) Delete(key []byte) error

func (*Store) Get

func (bs *Store) Get(key []byte) ([]byte, error)

func (*Store) Iterator

func (bs *Store) Iterator(key []byte) store.KVIterator

func (*Store) NewBatch

func (bs *Store) NewBatch() store.KVBatch

func (*Store) Set

func (bs *Store) Set(key, val []byte) error

Jump to

Keyboard shortcuts

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