java.lang.Object
com.aizuda.easy.retry.server.job.task.support.timer.JobTimerWheel
-
-
方法概要
static void
void
static boolean
static void
void
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
JobTimerWheel
public JobTimerWheel()
-
方法详细资料
-
-
register
public static void register(Integer taskType,
Long uniqueId,
io.netty.util.TimerTask task,
long delay,
TimeUnit unit)
-
isExisted
public static boolean isExisted(Integer taskType,
Long uniqueId)
-
clearCache
public static void clearCache(Integer taskType,
Long uniqueId)
-