Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type History ¶
type History interface { UpdatePollerInfo(id Identity, info Info) HasPollerAfter(earliestAccessTime time.Time) bool GetPollerInfo(earliestAccessTime time.Time) []*types.PollerInfo GetPollerIsolationGroups(earliestAccessTime time.Time) map[string]int }
func NewPollerHistory ¶
func NewPollerHistory(historyUpdatedFunc HistoryUpdatedFunc, timeSource clock.TimeSource) History
type HistoryUpdatedFunc ¶
type HistoryUpdatedFunc func()
HistoryUpdatedFunc is a type for notifying applications when the poller historyCache was updated
Click to show internal directories.
Click to hide internal directories.