puller

package
v0.0.0-...-eb12069 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: BSD-3-Clause Imports: 18 Imported by: 0

Documentation

Overview

Package puller provides protocol-orchestrating functionality over the pullsync protocol. It pulls chunks from other nodes and reacts to changes in network configuration.

Index

Constants

View Source
const (
	DefaultHistRateWindow = time.Minute * 15
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Bins uint8
}

type Puller

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

func New

func New(
	stateStore storage.StateStorer,
	topology topology.Driver,
	reserveState storer.RadiusChecker,
	pullSync pullsync.Interface,
	blockLister p2p.Blocklister,
	logger log.Logger,
	o Options,
) *Puller

func (*Puller) ActiveHistoricalSyncing

func (p *Puller) ActiveHistoricalSyncing() uint64

func (*Puller) Close

func (p *Puller) Close() error

func (*Puller) Metrics

func (p *Puller) Metrics() []prometheus.Collector

func (*Puller) Start

func (p *Puller) Start(ctx context.Context)

func (*Puller) SyncRate

func (p *Puller) SyncRate() float64

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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