depthmonitor

package
v1.8.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2022 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReserveReporter

type ReserveReporter interface {
	// Current size of the reserve.
	ReserveSize() (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 postage.Storer,
	logger log.Logger,
	warmupTime 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