stat

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrorKey       = "error"
	NoSuchKey      = "noKey"
	L2NoSuchKey    = "L2NoKey"
	L1Copy         = "L1Copy"
	HasValue       = "hasValue"
	CacheCollision = "collision"
	CacheHit       = "cacheHit"
	CacheExpired   = "expired"
	// Context errors
	Canceled         = "canceled"
	DeadlineExceeded = "deadlineExceeded"
	// Aerospike Errors
	Timeout = "timeout"
	Down    = "down"
)
View Source
const Pending = "pending"

Variables

This section is empty.

Functions

func NewCache

func NewCache() counter.Provider

func NewService

func NewService() counter.Provider

func NewStore

func NewStore() counter.Provider

Types

type Values

type Values []interface{}

func NewValues

func NewValues() *Values

NewValues creates a values slice

func (*Values) Append

func (v *Values) Append(item interface{})

func (*Values) Values

func (v *Values) Values() []interface{}

Jump to

Keyboard shortcuts

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