cassandra

package
v1.45.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2023 License: Apache-2.0 Imports: 4 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 added in v0.7.0

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