public interface ILauncher
extends java.lang.AutoCloseable
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.
|
void initialize(Config config, Config runtime)
void close()
Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.
close
in interface java.lang.AutoCloseable
boolean launch(PackingPlan packing)
packing
- Initial mapping suggested by running packing algorithm.
container_id->List of instance_id to be launched on this container.