depthmonitor

package
v0.9.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const DefaultWakeupInterval = 5 * time.Second

DefaultWakeupInterval is the default value for the depth monitor wake-up interval.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReserveReporter

type ReserveReporter interface {
	// Current size of the reserve.
	ComputeReserveSize(uint8) (uint64, error)
	// Capacity of the reserve that is configured.
	ReserveCapacity() uint64
}

ReserveReporter interface defines the functionality required from the local storage of the node to report information about the reserve. The reserve storage is the storage pledged by the node to the network.

type Service

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

Service implements the depthmonitor service

func New

func New(
	t Topology,
	syncer SyncReporter,
	reserve ReserveReporter,
	bs voucher.Storer,
	logger log.Logger,
	warmupTime time.Duration,
	wakeupInterval time.Duration,
) *Service

New constructs a new depthmonitor service

func (*Service) Close

func (s *Service) Close() error

type SyncReporter

type SyncReporter interface {
	// Rate of syncing in terms of chunks/sec.
	Rate() float64
}

SyncReporter interface needs to be implemented by the syncing component of the node (pullsync).

type Topology

Topology interface encapsulates the functionality required by the topology component of the node.

Jump to

Keyboard shortcuts

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