Package org.jppf.server.scheduler.bundle

Classes supporting the load-balancing of tasks distribution to the nodes.

See:
          Description

Interface Summary
Bundler This is the interface of all strategies for defining bundle task size.
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 Summary
AbstractBundler Abstract implementation of the bundler interface.
BundleDataHolder Each instance of this class acts as a container for the performance data related to a node.
BundlePerformanceSample This is a utility class to be used to store the pair of mean and the number of samples this mean is based on.
LoadBalancingInformation Information on the load-balancing algorithm currently setup in the driver.
 

Package org.jppf.server.scheduler.bundle Description

Classes supporting the load-balancing of tasks distribution to the nodes.



Copyright © 2005-2010 JPPF Team.