static HashedWheelTimer |
WheelTimers.newHashedWheelTimer() |
static HashedWheelTimer |
WheelTimers.newHashedWheelTimer(ThreadFactory threadFactory) |
static HashedWheelTimer |
WheelTimers.newHashedWheelTimer(ThreadFactory threadFactory,
long tickDuration,
TimeUnit unit) |
static HashedWheelTimer |
WheelTimers.newHashedWheelTimer(ThreadFactory threadFactory,
long tickDuration,
TimeUnit unit,
int ticksPerWheel) |
static HashedWheelTimer |
WheelTimers.newHashedWheelTimer(ThreadFactory threadFactory,
long tickDuration,
TimeUnit unit,
int ticksPerWheel,
boolean leakDetection) |