leveldb

package
v0.0.0-...-f1e43fe Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LevelDB2Store

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

func (*LevelDB2Store) BeginTransaction

func (store *LevelDB2Store) BeginTransaction(ctx context.Context) (context.Context, error)

func (*LevelDB2Store) CommitTransaction

func (store *LevelDB2Store) CommitTransaction(ctx context.Context) error

func (*LevelDB2Store) DeleteEntry

func (store *LevelDB2Store) DeleteEntry(ctx context.Context, fullpath filer2.FullPath) (err error)

func (*LevelDB2Store) FindEntry

func (store *LevelDB2Store) FindEntry(ctx context.Context, fullpath filer2.FullPath) (entry *filer2.Entry, err error)

func (*LevelDB2Store) GetName

func (store *LevelDB2Store) GetName() string

func (*LevelDB2Store) Initialize

func (store *LevelDB2Store) Initialize(configuration weed_util.Configuration) (err error)

func (*LevelDB2Store) InsertEntry

func (store *LevelDB2Store) InsertEntry(ctx context.Context, entry *filer2.Entry) (err error)

func (*LevelDB2Store) ListDirectoryEntries

func (store *LevelDB2Store) ListDirectoryEntries(ctx context.Context, fullpath filer2.FullPath, startFileName string, inclusive bool,
	limit int) (entries []*filer2.Entry, err error)

func (*LevelDB2Store) RollbackTransaction

func (store *LevelDB2Store) RollbackTransaction(ctx context.Context) error

func (*LevelDB2Store) UpdateEntry

func (store *LevelDB2Store) UpdateEntry(ctx context.Context, entry *filer2.Entry) (err error)

Jump to

Keyboard shortcuts

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