|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.server.scheduler.bundle.fixedsize.FixedSizeProfile
public class FixedSizeProfile
Profile for the fixed bundle size load-balancing algorithm.
| Constructor Summary | |
|---|---|
FixedSizeProfile()
Default constructor. |
|
FixedSizeProfile(TypedProperties config)
Initialize this profile with values read from the specified configuration. |
|
| Method Summary | |
|---|---|
LoadBalancingProfile |
copy()
Make a copy of this profile. |
int |
getSize()
Get the bundle size. |
void |
setSize(int size)
Set the bundle size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedSizeProfile()
public FixedSizeProfile(TypedProperties config)
config - contains a mapping of the profile parameters to their value.| Method Detail |
|---|
public LoadBalancingProfile copy()
copy in interface LoadBalancingProfileFixedSizeProfile instance.LoadBalancingProfile.copy()public int getSize()
public void setSize(int size)
size - - the bundle size as an int.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||