| Constructor and Description |
|---|
NomadLauncher() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Cleanup any resources
|
void |
initialize(Config cfg)
Initialize with the configuration
|
boolean |
killJob(java.lang.String jobID)
kill the submitted job
|
Twister2JobState |
launch(JobAPI.Job job)
Launch the processes according to the requested resources.
|
public void initialize(Config cfg)
ILauncherinitialize in interface ILaunchercfg - the configurationpublic void close()
ILauncherpublic boolean killJob(java.lang.String jobID)
ILauncherpublic Twister2JobState launch(JobAPI.Job job)
ILauncher