public class Supervisor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Launcher> |
launchers
启动器列表
|
protected Scheduler |
scheduler |
| Constructor and Description |
|---|
Supervisor(Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
notifyLauncherCompleted(Launcher launcher)
启动器启动完毕,启动完毕后从执行器列表中移除
|
protected Launcher |
spawnLauncher(long millis)
启动 TaskLauncher
|
Copyright © 2021. All rights reserved.