aerospike

package
v4.0.0-rc4 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2016 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ObjectIter

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

func (*ObjectIter) Close

func (i *ObjectIter) Close()

func (*ObjectIter) ForEach

func (i *ObjectIter) ForEach(cb func(obj plumbing.Object) error) error

func (*ObjectIter) Next

func (i *ObjectIter) Next() (plumbing.Object, error)

type Storage

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

func NewStorage

func NewStorage(client *driver.Client, ns, url string) (*Storage, error)

func (*Storage) Config

func (s *Storage) Config() (*config.Config, error)

func (*Storage) IterObjects

func (s *Storage) IterObjects(t plumbing.ObjectType) (storer.ObjectIter, error)

func (*Storage) IterReferences

func (s *Storage) IterReferences() (storer.ReferenceIter, error)

func (*Storage) NewObject

func (s *Storage) NewObject() plumbing.Object

func (*Storage) Object

func (*Storage) Reference

func (s *Storage) Reference(n plumbing.ReferenceName) (*plumbing.Reference, error)

func (*Storage) SetConfig

func (s *Storage) SetConfig(r *config.Config) error

func (*Storage) SetObject

func (s *Storage) SetObject(obj plumbing.Object) (plumbing.Hash, error)

func (*Storage) SetReference

func (s *Storage) SetReference(ref *plumbing.Reference) error

Jump to

Keyboard shortcuts

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