feeder

package
v0.28.11-update-parall... Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Feeder

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

Feeder is a component that retrieves trie updates and feeds them to its consumer.

func FromWAL

func FromWAL(reader WALReader) *Feeder

FromWAL creates a trie update feeder that sources state deltas from a WAL reader.

func (*Feeder) Update

func (f *Feeder) Update() (*ledger.TrieUpdate, error)

Update returns the next trie update.

type WALReader

type WALReader interface {
	Next() bool
	Err() error
	Record() []byte
}

WALReader represents something that can read write-ahead log records.

Jump to

Keyboard shortcuts

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