public class WheelTimers extends Object
| 构造器和说明 |
|---|
WheelTimers() |
| 限定符和类型 | 方法和说明 |
|---|---|
static HashedWheelTimer |
newHashedWheelTimer() |
static HashedWheelTimer |
newHashedWheelTimer(ThreadFactory threadFactory) |
static HashedWheelTimer |
newHashedWheelTimer(ThreadFactory threadFactory,
long tickDuration,
TimeUnit unit) |
static HashedWheelTimer |
newHashedWheelTimer(ThreadFactory threadFactory,
long tickDuration,
TimeUnit unit,
int ticksPerWheel) |
static HashedWheelTimer |
newHashedWheelTimer(ThreadFactory threadFactory,
long tickDuration,
TimeUnit unit,
int ticksPerWheel,
boolean leakDetection) |
public static HashedWheelTimer newHashedWheelTimer()
public static HashedWheelTimer newHashedWheelTimer(ThreadFactory threadFactory)
public static HashedWheelTimer newHashedWheelTimer(ThreadFactory threadFactory, long tickDuration, TimeUnit unit)
public static HashedWheelTimer newHashedWheelTimer(ThreadFactory threadFactory, long tickDuration, TimeUnit unit, int ticksPerWheel)
public static HashedWheelTimer newHashedWheelTimer(ThreadFactory threadFactory, long tickDuration, TimeUnit unit, int ticksPerWheel, boolean leakDetection)
Copyright © 2021. All rights reserved.