public interface IPacking
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 uploader
|
void |
initialize(Config config,
Config runtime)
Initialize the packing algorithm with the static and runtime config
|
PackingPlan |
pack()
Called by scheduler to generate container packing.
|
void initialize(Config config, Config runtime)
PackingPlan pack()
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