couchbase

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Couchbase

type Couchbase struct {
	state.DefaultBulkStore
	// contains filtered or unexported fields
}

Couchbase is a couchbase state store

func NewCouchbaseStateStore

func NewCouchbaseStateStore(logger logger.Logger) *Couchbase

NewCouchbaseStateStore returns a new couchbase state store

func (*Couchbase) Delete

func (cbs *Couchbase) Delete(req *state.DeleteRequest) error

Delete performs a delete operation

func (*Couchbase) Features

func (cbs *Couchbase) Features() []state.Feature

Features returns the features available in this state store

func (*Couchbase) Get

func (cbs *Couchbase) Get(req *state.GetRequest) (*state.GetResponse, error)

Get retrieves state from couchbase with a key

func (*Couchbase) Init

func (cbs *Couchbase) Init(metadata state.Metadata) error

Init does metadata and connection parsing

func (*Couchbase) Ping

func (cbs *Couchbase) Ping() error

func (*Couchbase) Set

func (cbs *Couchbase) Set(req *state.SetRequest) error

Set stores value for a key to couchbase. It honors ETag (for concurrency) and consistency settings

Jump to

Keyboard shortcuts

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