java.lang.Object
com.aizuda.easy.retry.server.job.task.support.cache.ResidentTaskCache
public class ResidentTaskCache
extends Object
- 从以下版本开始:
- 2.4.0
- 作者:
- www.byteblogs.com
-
-
方法概要
static boolean
static void
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
ResidentTaskCache
public ResidentTaskCache()
-
方法详细资料
-
refresh
public static void refresh(Long jobId,
Long nextTriggerTime)
-
getOrDefault
public static Long getOrDefault(Long jobId,
Long nextTriggerTime)
-
-
isResident
public static boolean isResident(Long jobId)