java.lang.Object
com.aizuda.easy.retry.server.job.task.support.timer.JobTimerWheel
所有已实现的接口:
Lifecycle

@Component public class JobTimerWheel extends Object implements Lifecycle
从以下版本开始:
: 2.4.0
  • 构造器详细资料

    • JobTimerWheel

      public JobTimerWheel()
  • 方法详细资料

    • start

      public void start()
      指定者:
      start 在接口中 Lifecycle
    • 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)
    • close

      public void close()
      指定者:
      close 在接口中 Lifecycle