Uses of Interface
org.apache.shenyu.common.timer.Timer
-
Packages that use Timer Package Description org.apache.shenyu.common.timer -
-
Uses of Timer in org.apache.shenyu.common.timer
Classes in org.apache.shenyu.common.timer that implement Timer Modifier and Type Class Description classHierarchicalWheelTimerHierarchicalWheelTimer The type Hierarchical Wheel timer.Methods in org.apache.shenyu.common.timer that return Timer Modifier and Type Method Description static TimerWheelTimerFactory. getSharedTimer()Gets wheel timer.TimerTaskEntity. getTimer()Gets timer.TimerTimerTaskList.TimerTaskEntry. getTimer()Gets timer.static TimerWheelTimerFactory. newWheelTimer()New wheel timer hashed wheel timer.Constructors in org.apache.shenyu.common.timer with parameters of type Timer Constructor Description TimerTaskEntry(Timer timer, TimerTask timerTask, java.lang.Long expirationMs)Instantiates a new Timer task entry.
-