proxy

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCacheKeyPrefixProxy added in v1.5.0

func NewCacheKeyPrefixProxy(delegate datastore.Datastore, prefix string) datastore.Datastore

NewCacheKeyPrefixProxy creates a proxy which prefixes cache keys, but otherwise passes queries to the underlying store.

func NewHedgingProxy added in v1.1.0

func NewHedgingProxy(
	delegate datastore.Datastore,
	initialSlowRequestThreshold time.Duration,
	maxSampleCount uint64,
	hedgingQuantile float64,
) datastore.Datastore

NewHedgingProxy creates a proxy which performs request hedging on read operations according to the specified config.

func NewMappingProxy

func NewMappingProxy(delegate datastore.Datastore, mapper namespace.Mapper, watchBufferLength uint16) datastore.Datastore

NewMappingProxy creates a proxy which maps user provided namespaces names to encoded namespace names according to a mapping.

func NewReadonlyDatastore

func NewReadonlyDatastore(delegate datastore.Datastore) datastore.Datastore

NewReadonlyDatastore creates a proxy which disables write operations to a downstream delegate datastore.

Types

type MapperFunc

type MapperFunc func(string) (string, error)

MapperFunc is used to translate ObjectTypes into another form before interacting with a datastore.

Jump to

Keyboard shortcuts

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