Uses of Class
org.jppf.server.scheduler.bundle.proportional.AbstractProportionalBundler

Packages that use AbstractProportionalBundler
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. 
 

Uses of AbstractProportionalBundler in org.jppf.client.loadbalancer
 

Subclasses of AbstractProportionalBundler in org.jppf.client.loadbalancer
 class ClientProportionalBundler
          Implementation of the "proportional" load-balancing algortihm, dedicated to balancing the load between local and remote execution, when local execution is enabled in the client.
 

Uses of AbstractProportionalBundler in org.jppf.server.scheduler.bundle.impl
 

Subclasses of AbstractProportionalBundler in org.jppf.server.scheduler.bundle.impl
static class NodeSimulator.SimulatedProportionalBundler
          Used in simulations of proportianl bundlers.
 class ProportionalBundler
          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".
 



Copyright © 2005-2010 JPPF Team.