| 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)
ILauncherinitialize in interface ILauncherconf - the configurationpublic Twister2JobState launch(JobAPI.Job job)
public void close()