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

Packages that use BundlePerformanceSample
org.jppf.server.scheduler.bundle Classes supporting the load-balancing of tasks distribution to the nodes. 
org.jppf.server.scheduler.bundle.impl Classes supporting the automatic tuning of the task bundle size, using the propertional bundling algorithm. 
 

Uses of BundlePerformanceSample in org.jppf.server.scheduler.bundle
 

Methods in org.jppf.server.scheduler.bundle with parameters of type BundlePerformanceSample
 void BundleDataHolder.addSample(BundlePerformanceSample sample)
          Add the specified performance sample to the list of samples.
 

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

Fields in org.jppf.server.scheduler.bundle.impl with type parameters of type BundlePerformanceSample
protected  Map<Integer,BundlePerformanceSample> AbstractAutoTunedBundler.samplesMap
          A map of performance samples, aorted by increasing bundle size.
 



Copyright © 2005-2010 JPPF Team.