txheap

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 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 Heap

type Heap interface {
	Add(tx *txs.Tx)
	Get(txID ids.ID) *txs.Tx
	List() []*txs.Tx
	Remove(txID ids.ID) *txs.Tx
	Peek() *txs.Tx
	RemoveTop() *txs.Tx
	Len() int
}

func NewByAge

func NewByAge() Heap

func NewWithMetrics

func NewWithMetrics(
	txHeap Heap,
	namespace string,
	registerer prometheus.Registerer,
) (Heap, error)

type TimedHeap

type TimedHeap interface {
	Heap

	Timestamp() time.Time
}

func NewByEndTime

func NewByEndTime() TimedHeap

func NewByStartTime

func NewByStartTime() TimedHeap

Jump to

Keyboard shortcuts

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