|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.server.scheduler.bundle.LoadBalancingInformation
public class LoadBalancingInformation
Information on the load-balancing algorithm currently setup in the driver.
| Field Summary | |
|---|---|
String |
algorithm
The name of the algorithm. |
List<String> |
algorithmNames
The names of all available algorithms. |
TypedProperties |
parameters
The algorithm's parameters. |
| Constructor Summary | |
|---|---|
LoadBalancingInformation()
Default constructor. |
|
LoadBalancingInformation(String algorithm,
TypedProperties parameters,
List<String> algorithmNames)
Initialize this load balancing information with the specified algorithm and parameters. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String algorithm
public TypedProperties parameters
public List<String> algorithmNames
| Constructor Detail |
|---|
public LoadBalancingInformation()
public LoadBalancingInformation(String algorithm,
TypedProperties parameters,
List<String> algorithmNames)
algorithm - - the name of the algorithm.parameters - - the algorithm's parameters.algorithmNames - - the names of all available algorithms.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||