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

Packages that use org.jppf.server.scheduler.bundle.proportional
org.jppf.client.loadbalancer Support for the load-balancing of local versus remote execution on the client side. 
org.jppf.server.scheduler.bundle.impl Classes supporting the automatic tuning of the task bundle size, using the propertional bundling algorithm. 
org.jppf.server.scheduler.bundle.proportional Classes supporting the automatic adaptive tuning of the task bundle size, using the "proportional" load-balancing algorithm. 
 

Classes in org.jppf.server.scheduler.bundle.proportional used by org.jppf.client.loadbalancer
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".
 

Classes in org.jppf.server.scheduler.bundle.proportional used by org.jppf.server.scheduler.bundle.impl
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".
 

Classes in org.jppf.server.scheduler.bundle.proportional used by org.jppf.server.scheduler.bundle.proportional
ProportionalTuneProfile
          Paremeters profile for a proportional bundler.
 



Copyright © 2005-2010 JPPF Team.