cassandra

package
v1.15.1 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lock

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

Lock is a distributed lock based off Cassandra.

func NewLock

func NewLock(session cassandra.Session, tenantID string) *Lock

NewLock creates a new instance of a distributed locking mechanism based off Cassandra.

func (*Lock) Acquire

func (l *Lock) Acquire(resource string, ttl time.Duration) (bool, error)

Acquire acquires a lease around a given resource. NB. Cassandra only allows ttl of seconds granularity

func (*Lock) Forfeit

func (l *Lock) Forfeit(resource string) (bool, error)

Forfeit forfeits an existing lease around a given resource.

Jump to

Keyboard shortcuts

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