buffer

package
v0.13.1-patch.3 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2021 License: AGPL-3.0 Imports: 4 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PendingBlocks

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

func NewPendingBlocks

func NewPendingBlocks() *PendingBlocks

func (*PendingBlocks) Add

func (b *PendingBlocks) Add(originID flow.Identifier, proposal *messages.BlockProposal) bool

func (*PendingBlocks) ByID

func (b *PendingBlocks) ByID(blockID flow.Identifier) (*flow.PendingBlock, bool)

func (*PendingBlocks) ByParentID

func (b *PendingBlocks) ByParentID(parentID flow.Identifier) ([]*flow.PendingBlock, bool)

func (*PendingBlocks) DropForParent

func (b *PendingBlocks) DropForParent(parentID flow.Identifier)

func (*PendingBlocks) PruneByHeight

func (b *PendingBlocks) PruneByHeight(height uint64)

func (*PendingBlocks) Size

func (b *PendingBlocks) Size() uint

type PendingClusterBlocks

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

func NewPendingClusterBlocks

func NewPendingClusterBlocks() *PendingClusterBlocks

func (*PendingClusterBlocks) Add

func (*PendingClusterBlocks) ByID

func (*PendingClusterBlocks) ByParentID

func (b *PendingClusterBlocks) ByParentID(parentID flow.Identifier) ([]*cluster.PendingBlock, bool)

func (*PendingClusterBlocks) DropForParent

func (b *PendingClusterBlocks) DropForParent(parentID flow.Identifier)

func (*PendingClusterBlocks) PruneByHeight

func (b *PendingClusterBlocks) PruneByHeight(height uint64)

func (*PendingClusterBlocks) Size

func (b *PendingClusterBlocks) Size() uint

Jump to

Keyboard shortcuts

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