Uses of Class
org.apache.shenyu.common.timer.TimerTask
-
Packages that use TimerTask Package Description org.apache.shenyu.common.timer -
-
Uses of TimerTask in org.apache.shenyu.common.timer
Subclasses of TimerTask in org.apache.shenyu.common.timer Modifier and Type Class Description classAbstractRetryTaskAbstractRetryTask .classAbstractRoundTaskAbstractRoundTask .Methods in org.apache.shenyu.common.timer that return TimerTask Modifier and Type Method Description TimerTaskTaskEntity. getTimerTask()Gets timer task.TimerTaskTimerTaskList.TimerTaskEntry. getTimerTask()Gets timer task.Methods in org.apache.shenyu.common.timer that return types with arguments of type TimerTask Modifier and Type Method Description java.util.Iterator<TimerTask>TimerTaskList. iterator()Using Iterator is not thread safe.Methods in org.apache.shenyu.common.timer with parameters of type TimerTask Modifier and Type Method Description voidHierarchicalWheelTimer. add(TimerTask timerTask)voidTimer. add(TimerTask timerTask)Add timer task.protected abstract voidAbstractRetryTask. doRetry(java.lang.String key, TimerTask timerTask)Do retry.protected voidAbstractRoundTask. doRetry(java.lang.String key, TimerTask timerTask)Do retry.abstract voidAbstractRoundTask. doRun(java.lang.String key, TimerTask timerTask)Do timer.Method parameters in org.apache.shenyu.common.timer with type arguments of type TimerTask Modifier and Type Method Description voidTimerTaskList. foreach(java.util.function.Consumer<TimerTask> consumer)Traversing using this is thread-safe.Constructors in org.apache.shenyu.common.timer with parameters of type TimerTask Constructor Description TimerTaskEntry(Timer timer, TimerTask timerTask, java.lang.Long expirationMs)Instantiates a new Timer task entry.
-