类 ResidentTaskCache

java.lang.Object
com.aizuda.easy.retry.server.job.task.support.cache.ResidentTaskCache

public class ResidentTaskCache extends Object
从以下版本开始:
2.4.0
作者:
www.byteblogs.com
  • 构造器详细资料

    • ResidentTaskCache

      public ResidentTaskCache()
  • 方法详细资料

    • refresh

      public static void refresh(Long jobId, Long nextTriggerTime)
    • getOrDefault

      public static Long getOrDefault(Long jobId, Long nextTriggerTime)
    • get

      public static Long get(Long jobId)
    • isResident

      public static boolean isResident(Long jobId)