See: Description
| Interface | Description |
|---|---|
| Bundler |
This is the interface of all strategies for defining bundle task size.
|
| BundlerEx |
A bundler which provides a more advanced feedback method with additional performance data.
|
| ContextAwareness |
Bundler implementations should implement this interface if they wish to have access to a node's context.
|
| JobAwareness |
Bundler implementations should implement this interface if they wish to have access to a job's metadata.
|
| LoadBalancingProfile |
This interface defines the set of parameters used by a load-balancing algorithm.
|
| NodeAwareness |
Bundler implementations should implement this interface if they wish to have access to a node's configuration.
|
| Class | Description |
|---|---|
| AbstractAdaptiveBundler | |
| AbstractBundler |
Abstract implementation of the bundler interface.
|
| JPPFContext |
Bundler implementations should use this context if they wish to have access to execution context.
|
| LoadBalancingInformation |
Information on the load-balancing algorithm currently setup in the driver.
|
Copyright © 2005-2012 JPPF Team.