- All Implemented Interfaces:
Runnable
作业启动器
负责检查TaskTable是否有匹配到此时运行的Task
检查完毕后启动器结束
- Since:
- Java 17+
- Version:
- 6.5.0
- Author:
- Kimi Liu
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Launcher
public Launcher(Scheduler scheduler,
long millis)
构造
- Parameters:
scheduler - Scheduler
millis - 毫秒数
-
Method Details
-
run
public void run()
- Specified by:
run in interface Runnable