Uses of Interface
kilim.timerservice.TimerService.WatchdogContext
-
Packages that use TimerService.WatchdogContext Package Description kilim kilim.timerservice -
-
Uses of TimerService.WatchdogContext in kilim
Classes in kilim that implement TimerService.WatchdogContext Modifier and Type Class Description protected classAffineScheduler.ExecutorclassForkJoinScheduler -
Uses of TimerService.WatchdogContext in kilim.timerservice
Fields in kilim.timerservice declared as TimerService.WatchdogContext Modifier and Type Field Description TimerService.WatchdogContextTimerService. defaultExec(package private) TimerService.WatchdogContextTimerService.Watcher. doghouse(package private) TimerService.WatchdogContextTimerService.Empty. executorMethods in kilim.timerservice with parameters of type TimerService.WatchdogContext Modifier and Type Method Description (package private) booleanTimerService.Empty. check(TimerService.WatchdogContext executor)booleanTimerService. isEmptyLazy(TimerService.WatchdogContext executor)return true if empty at a particular moment during the call allowing false negatives if operations are ongoingvoidTimerService. trigger(TimerService.WatchdogContext doghouse)Constructors in kilim.timerservice with parameters of type TimerService.WatchdogContext Constructor Description TimerService(TimerService.WatchdogContext doghouse)Watcher(TimerService.WatchdogContext $doghouse, long time)
-