Package org.jppf.server.scheduler.bundle.impl

Classes supporting the automatic tuning of the task bundle size, using the propertional bundling algorithm.

See:
          Description

Class Summary
AbstractAutoTunedBundler This class implements a self tuned bundle size algorithm.
AutoTunedBundler This class implements a self tuned bundle size algorithm.
AutotunedDelegatingBundler Instances of this bundler delegate their operations to a singleton instance of a AutoTunedBundler.
NodeSimulator Simulation of a node to test a bundler.
NodeSimulator.SimulatedProportionalBundler Used in simulations of proportianl bundlers.
NodeSimulator.SimulatorTask Instances of this class enable testing a load-balancing alogrithm on a simulated node.
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".
RLBundler Bundler based on a reinforcement learning algorithm.
 

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

Classes supporting the automatic tuning of the task bundle size, using the propertional bundling algorithm.



Copyright © 2005-2010 JPPF Team.