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

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

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

Methods in org.jppf.server.scheduler.bundle.autotuned that return AnnealingTuneProfile
static AnnealingTuneProfile AnnealingTuneProfile.getDefaultProfile()
          Get the default profile with default parameter values.
 

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

Fields in org.jppf.server.scheduler.bundle.impl declared as AnnealingTuneProfile
protected  AnnealingTuneProfile AutotunedDelegatingBundler.profile
          Parameters of the auto-tuning algorithm, grouped as a performance analysis profile.
 

Constructors in org.jppf.server.scheduler.bundle.impl with parameters of type AnnealingTuneProfile
AbstractAutoTunedBundler(AnnealingTuneProfile profile)
          Creates a new instance with the initial size of bundle as the start size.
AutotunedDelegatingBundler(AnnealingTuneProfile profile)
          Creates a new instance with the initial size of bundle as the start size.
 



Copyright © 2005-2010 JPPF Team.