Constructor and Description |
---|
NullLauncher() |
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 config,
Config runtime)
Initialize Launcher with Config, Uploader and topology.
|
boolean |
launch(PackingPlan packing)
Starts scheduler.
|
public void initialize(Config config, Config runtime)
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