cassandra

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2021 License: MPL-2.0 Imports: 14 Imported by: 30

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCassandraBackend

func NewCassandraBackend(conf map[string]string, logger log.Logger) (physical.Backend, error)

NewCassandraBackend constructs a Cassandra backend using a pre-existing keyspace and table.

Types

type CassandraBackend

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

CassandraBackend is a physical backend that stores data in Cassandra.

func (*CassandraBackend) Delete

func (c *CassandraBackend) Delete(ctx context.Context, key string) error

Delete is used to permanently delete an entry

func (*CassandraBackend) Get

func (c *CassandraBackend) Get(ctx context.Context, key string) (*physical.Entry, error)

Get is used to fetch an entry

func (*CassandraBackend) List

func (c *CassandraBackend) List(ctx context.Context, prefix string) ([]string, error)

List is used ot list all the keys under a given prefix, up to the next prefix.

func (*CassandraBackend) Put

func (c *CassandraBackend) Put(ctx context.Context, entry *physical.Entry) error

Put is used to insert or update an entry

Jump to

Keyboard shortcuts

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