Constructor and Description |
---|
KubernetesLauncher() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close up any resources
|
void |
initialize(Config conf)
Initialize with the configuration
|
boolean |
killJob(java.lang.String jobID)
Kill the Kubernetes Job
|
Twister2JobState |
launch(JobAPI.Job job)
Launch the processes according to the resource plan.
|
public void initialize(Config conf)
ILauncher
initialize
in interface ILauncher
conf
- the configurationpublic Twister2JobState launch(JobAPI.Job job)
public void close()