类 AbstractExecuteTask

  • 所有已实现的接口:
    NacosTask, java.lang.Runnable

    public abstract class AbstractExecuteTask
    extends java.lang.Object
    implements NacosTask, java.lang.Runnable
    Abstract task which should be executed immediately.
    作者:
    xiweng.yy
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      protected static long INTERVAL  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean shouldProcess()
      Judge Whether this nacos task should do.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 java.lang.Runnable

        run
    • 字段详细资料

      • INTERVAL

        protected static final long INTERVAL
        另请参阅:
        常量字段值
    • 构造器详细资料

      • AbstractExecuteTask

        public AbstractExecuteTask()
    • 方法详细资料

      • shouldProcess

        public boolean shouldProcess()
        从接口复制的说明: NacosTask
        Judge Whether this nacos task should do.
        指定者:
        shouldProcess 在接口中 NacosTask
        返回:
        true means the nacos task should be done, otherwise false