Constructor and Description |
---|
MesosLauncher() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Cleanup any resources
|
void |
initialize(Config mconfig)
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 mconfig)
ILauncher
initialize
in interface ILauncher
mconfig
- the configurationpublic void close()
ILauncher
public boolean killJob(java.lang.String jobID)
ILauncher
public Twister2JobState launch(JobAPI.Job job)
ILauncher