public interface Bundler
Modifier and Type | Method and Description |
---|---|
Bundler |
copy()
Make a copy of this bundler.
|
void |
dispose()
Release the resources used by this bundler.
|
void |
feedback(int nbTasks,
double totalTime)
Feedback the bundler with the result of using the bundle with the specified size.
|
int |
getBundleSize()
Get the current size of bundle.
|
LoadBalancingProfile |
getProfile()
Get the parameters profile used by this load-balancer.
|
long |
getTimestamp()
Get the timestamp at which this bundler was created.
|
void |
setup()
Perform context-independent initializations.
|
int getBundleSize()
void feedback(int nbTasks, double totalTime)
nbTasks
- number of tasks that were executed.totalTime
- the total execution and transport time in nanoseconds.Bundler copy()
Bundler
instance.long getTimestamp()
void dispose()
void setup()
LoadBalancingProfile getProfile()
LoadBalancingProfile
.Copyright © 2005-2012 JPPF Team.