Constructor and Description |
---|
AuroraLauncher() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This is to for disposing or cleaning up any internal state accumulated by
the ILauncher
|
protected IScheduler |
getScheduler() |
void |
initialize(Config mConfig,
Config mRuntime)
Initialize Launcher with Config, Uploader and topology.
|
boolean |
launch(PackingPlan packing)
Starts scheduler.
|
public void initialize(Config mConfig, Config mRuntime)
ILauncher
initialize
in interface ILauncher
public void close()
ILauncher
Closes 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)
ILauncher
protected IScheduler getScheduler()