Constructor and Description |
---|
NullPacking() |
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.
|
public void initialize(Config config, Config runtime)
IPacking
initialize
in interface IPacking
public PackingPlan pack()
IPacking
public void close()
IPacking
Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.