public class SlurmLauncher extends java.lang.Object implements ILauncher
| Constructor and Description |
|---|
SlurmLauncher() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is to for disposing or cleaning up any internal state accumulated by
the ILauncher
|
void |
initialize(Config mConfig,
Config mRuntime)
Initialize Launcher with Config, Uploader and topology.
|
boolean |
launch(PackingPlan packing)
Starts scheduler.
|
protected boolean |
setupWorkingDirectory()
setup the working directory mainly it downloads and extracts the heron-core-release
and topology package to the working directory
|
public void initialize(Config mConfig, Config mRuntime)
ILauncherinitialize in interface ILauncherpublic void close()
ILauncherCloses this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.
public boolean launch(PackingPlan packing)
ILauncherprotected boolean setupWorkingDirectory()