类 AbstractExecuteTask
- java.lang.Object
-
- com.alibaba.nacos.common.task.AbstractExecuteTask
-
-
字段概要
字段 修饰符和类型 字段 说明 protected static longINTERVAL
-
构造器概要
构造器 构造器 说明 AbstractExecuteTask()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanshouldProcess()Judge Whether this nacos task should do.
-
-
-
字段详细资料
-
INTERVAL
protected static final long INTERVAL
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
shouldProcess
public boolean shouldProcess()
从接口复制的说明:NacosTaskJudge Whether this nacos task should do.- 指定者:
shouldProcess在接口中NacosTask- 返回:
- true means the nacos task should be done, otherwise false
-
-