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 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
Click to show internal directories.
Click to hide internal directories.