Uses of Class
org.jppf.server.scheduler.bundle.BundleDataHolder

Packages that use BundleDataHolder
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 BundleDataHolder in org.jppf.server.scheduler.bundle.proportional
 

Fields in org.jppf.server.scheduler.bundle.proportional declared as BundleDataHolder
protected  BundleDataHolder AbstractProportionalBundler.dataHolder
          Bounded memory of the past performance updates.
 

Methods in org.jppf.server.scheduler.bundle.proportional that return BundleDataHolder
 BundleDataHolder AbstractProportionalBundler.getDataHolder()
          Get the bounded memory of the past performance updates.
 

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

Fields in org.jppf.server.scheduler.bundle.rl declared as BundleDataHolder
protected  BundleDataHolder AbstractRLBundler.dataHolder
          Bounded memory of the past performance updates.
 

Methods in org.jppf.server.scheduler.bundle.rl that return BundleDataHolder
 BundleDataHolder AbstractRLBundler.getDataHolder()
          Get the bounded memory of the past performance updates.
 



Copyright © 2005-2010 JPPF Team.