Uses of Interface
cn.sliew.milky.common.watchdog.ThreadWatchdog
-
Packages that use ThreadWatchdog Package Description cn.sliew.milky.common.watchdog -
-
Uses of ThreadWatchdog in cn.sliew.milky.common.watchdog
Classes in cn.sliew.milky.common.watchdog that implement ThreadWatchdog Modifier and Type Class Description classDefaultThreadWatchdogclassNoopMethods in cn.sliew.milky.common.watchdog that return ThreadWatchdog Modifier and Type Method Description ThreadWatchdogThreadWatchdogs. newInstance(long interval, long maxExecutionTime, LongSupplier relativeTimeSupplier, BiFunction<Long,Runnable,ScheduledFuture<?>> scheduler)Returns an implementation that checks for each fixed interval if there are threads that have invokedregister()and notunregister()and have been in this state for longer than the specified max execution interval and then interrupts these threads.ThreadWatchdogThreadWatchdogs. noop()
-