poller

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HistoryUpdatedFunc

type HistoryUpdatedFunc func()

HistoryUpdatedFunc is a type for notifying applications when the poller historyCache was updated

type Info

type Info struct {
	Identity       string
	RatePerSecond  float64
	IsolationGroup string
}

type Manager added in v1.3.0

type Manager interface {
	StartPoll(pollerID string, cancelFunc context.CancelFunc, info *Info)
	EndPoll(pollerID string)
	CancelPoll(pollerID string) bool
	HasPollerFromIsolationGroupAfter(isolationGroup string, after time.Time) bool
	HasPollerAfter(after time.Time) bool
	GetCount() int
	GetCountByIsolationGroup(after time.Time) map[string]int
	ListInfo() []*types.PollerInfo
}

func NewPollerManager added in v1.3.0

func NewPollerManager(historyUpdatedFunc HistoryUpdatedFunc, timeSource clock.TimeSource) Manager

Jump to

Keyboard shortcuts

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