retrieval

package
v0.15.9 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSimulation

func NewSimulation(logger logging.Logger) beekeeper.Action

NewSimulation returns new upload simulation

Types

type Options

type Options struct {
	ChunksPerNode   int // number of chunks to upload per node
	GasPrice        string
	PostageAmount   int64
	PostageDepth    uint64
	PostageLabel    string
	Seed            int64
	UploadNodeCount int
	UploadDelay     time.Duration
}

Options represents simulation options

func NewDefaultOptions

func NewDefaultOptions() Options

NewDefaultOptions returns new default options

type Simulation

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

Simulation instance

func (*Simulation) Report added in v0.8.4

func (c *Simulation) Report() []prometheus.Collector

func (*Simulation) Run

func (s *Simulation) Run(ctx context.Context, cluster orchestration.Cluster, opts interface{}) (err error)

Run executes retrieval simulation

Jump to

Keyboard shortcuts

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