remote

package
v0.15.16 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

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

func New

func New(rawURL string, ctx context.Context, log utils.SimpleLogger, opts ...grpc.DialOption) (*DB, error)

func (*DB) Close

func (d *DB) Close() error

func (*DB) Delete added in v0.14.4

func (d *DB) Delete(key []byte) error

func (*DB) DeleteRange added in v0.14.4

func (d *DB) DeleteRange(start, end []byte) error

func (*DB) Get added in v0.14.4

func (d *DB) Get(key []byte, cb func(value []byte) error) error

func (*DB) Has added in v0.14.4

func (d *DB) Has(key []byte) (bool, error)

func (*DB) Impl

func (d *DB) Impl() any

func (*DB) NewBatch added in v0.14.4

func (d *DB) NewBatch() db.Batch

func (*DB) NewBatchWithSize added in v0.14.4

func (d *DB) NewBatchWithSize(size int) db.Batch

func (*DB) NewIndexedBatch added in v0.14.4

func (d *DB) NewIndexedBatch() db.IndexedBatch

func (*DB) NewIndexedBatchWithSize added in v0.14.4

func (d *DB) NewIndexedBatchWithSize(size int) db.IndexedBatch

func (*DB) NewIterator added in v0.14.4

func (d *DB) NewIterator(start []byte, withUpperBound bool) (db.Iterator, error)

func (*DB) NewSnapshot added in v0.14.4

func (d *DB) NewSnapshot() db.Snapshot

func (*DB) NewTransaction

func (d *DB) NewTransaction(write bool) (*transaction, error)

func (*DB) Put added in v0.14.4

func (d *DB) Put(key, val []byte) error

func (*DB) Update

func (d *DB) Update(fn func(txn db.IndexedBatch) error) error

func (*DB) View

func (d *DB) View(fn func(txn db.Snapshot) error) error

func (*DB) WithListener

func (d *DB) WithListener(listener db.EventListener) db.KeyValueStore

Jump to

Keyboard shortcuts

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