Package org.jppf.server.scheduler.bundle.proportional

Classes supporting the automatic adaptive tuning of the task bundle size, using the "proportional" load-balancing algorithm.

See:
          Description

Class Summary
AbstractProportionalBundler This bundler implementation computes bundle sizes propertional to the mean execution time for each node to the power of n, where n is an integer value specified in the configuration file as "proportionality factor".
ProportionalTuneProfile Paremeters profile for a proportional bundler.
 

Package org.jppf.server.scheduler.bundle.proportional Description

Classes supporting the automatic adaptive tuning of the task bundle size, using the "proportional" load-balancing algorithm.



Copyright © 2005-2010 JPPF Team.