params

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchRead

type BatchRead struct {
	EntryMaxWait  time.Duration
	ScanTimeout   time.Duration
	Delay         time.Duration
	EntriesAtOnce int
	Readers       int
}

type BatchWrite added in v0.10.0

type BatchWrite struct {
	EntriesInsertSize int
}

type Cache added in v0.10.0

type Cache struct {
	Enabled bool
	Size    int
	Expiry  time.Duration
	Jitter  time.Duration
}

type Catalog added in v0.10.0

type Catalog struct {
	BatchRead  BatchRead
	BatchWrite BatchWrite
	Cache      Cache
}

Jump to

Keyboard shortcuts

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