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

Packages that use org.jppf.server.scheduler.bundle.autotuned
org.jppf.server.scheduler.bundle.autotuned Classes supporting the automatic adaptive tuning of the task bundle size, using the "autotuned" load-balancing algorithm. 
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. 
org.jppf.server.scheduler.bundle.rl Classes supporting the automatic adaptive tuning of the task bundle size, using the "rl" (reinforcement learning) load-balancing algorithm. 
 

Classes in org.jppf.server.scheduler.bundle.autotuned used by org.jppf.server.scheduler.bundle.autotuned
AbstractAutoTuneProfile
          Default abstract implementation of the LoadBalancingProfile interface, providing an encapsulation of the parameters as Java properties.
AnnealingTuneProfile
          This class implements the basis of a profile based on simulated annealing strategy.
 

Classes in org.jppf.server.scheduler.bundle.autotuned used by org.jppf.server.scheduler.bundle.impl
AnnealingTuneProfile
          This class implements the basis of a profile based on simulated annealing strategy.
 

Classes in org.jppf.server.scheduler.bundle.autotuned used by org.jppf.server.scheduler.bundle.proportional
AbstractAutoTuneProfile
          Default abstract implementation of the LoadBalancingProfile interface, providing an encapsulation of the parameters as Java properties.
 

Classes in org.jppf.server.scheduler.bundle.autotuned used by org.jppf.server.scheduler.bundle.rl
AbstractAutoTuneProfile
          Default abstract implementation of the LoadBalancingProfile interface, providing an encapsulation of the parameters as Java properties.
 



Copyright © 2005-2010 JPPF Team.