org.jppf.server.scheduler.bundle.impl
Class NodeSimulator.SimulatedProportionalBundler
java.lang.Object
org.jppf.server.scheduler.bundle.AbstractBundler
org.jppf.server.scheduler.bundle.proportional.AbstractProportionalBundler
org.jppf.server.scheduler.bundle.impl.NodeSimulator.SimulatedProportionalBundler
- All Implemented Interfaces:
- Bundler
- Enclosing class:
- NodeSimulator
public static class NodeSimulator.SimulatedProportionalBundler
- extends AbstractProportionalBundler
Used in simulations of proportianl bundlers.
|
Method Summary |
Bundler |
copy()
Make a copy of this bundler |
protected int |
maxSize()
Get the max bundle size that can be used for this bundler. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeSimulator.SimulatedProportionalBundler
public NodeSimulator.SimulatedProportionalBundler(LoadBalancingProfile profile,
int maximumSize)
- Creates a new instance with the initial size of bundle as the start size.
- Parameters:
profile - the parameters of the auto-tuning algorithm.maximumSize - the maximum bundle size.
grouped as a performance analysis profile.
maxSize
protected int maxSize()
- Get the max bundle size that can be used for this bundler.
- Specified by:
maxSize in class AbstractBundler
- Returns:
- the bundle size as an int.
- See Also:
AbstractBundler.maxSize()
copy
public Bundler copy()
- Make a copy of this bundler
- Returns:
- a
Bundler instance. - See Also:
Bundler.copy()
Copyright © 2005-2010 JPPF Team.