Uses of Class
org.jppf.server.scheduler.bundle.autotuned.AbstractAutoTuneProfile

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

Uses of AbstractAutoTuneProfile in org.jppf.server.scheduler.bundle.autotuned
 

Subclasses of AbstractAutoTuneProfile in org.jppf.server.scheduler.bundle.autotuned
 class AnnealingTuneProfile
          This class implements the basis of a profile based on simulated annealing strategy.
 

Uses of AbstractAutoTuneProfile in org.jppf.server.scheduler.bundle.proportional
 

Subclasses of AbstractAutoTuneProfile in org.jppf.server.scheduler.bundle.proportional
 class ProportionalTuneProfile
          Paremeters profile for a proportional bundler.
 

Uses of AbstractAutoTuneProfile in org.jppf.server.scheduler.bundle.rl
 

Subclasses of AbstractAutoTuneProfile in org.jppf.server.scheduler.bundle.rl
 class RLProfile
          Parameters profile for a proportional bundler.
 



Copyright © 2005-2010 JPPF Team.