Uses of Class
io.netty.util.HashedWheelTimer
-
Packages that use HashedWheelTimer Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of HashedWheelTimer in io.netty.util
Fields in io.netty.util declared as HashedWheelTimer Modifier and Type Field Description private HashedWheelTimer
HashedWheelTimer.HashedWheelTimeout. timer
Fields in io.netty.util with type parameters of type HashedWheelTimer Modifier and Type Field Description private ResourceLeakTracker<HashedWheelTimer>
HashedWheelTimer. leak
private static ResourceLeakDetector<HashedWheelTimer>
HashedWheelTimer. leakDetector
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HashedWheelTimer>
HashedWheelTimer. WORKER_STATE_UPDATER
Constructors in io.netty.util with parameters of type HashedWheelTimer Constructor Description HashedWheelTimeout(HashedWheelTimer timer, TimerTask task, long deadline)
-