public class LoadBalancingApproach extends Object
| Constructor and Description |
|---|
LoadBalancingApproach() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getEvaluationFunctionLoadBalancing(List<PhysicalMachine> pms,
double alpha) |
static double |
getEvaluationFunctionLoadBalancingMax(List<PhysicalMachine> pms,
double alpha) |
static double |
getEvaluationFunctionLoadBalancingMin(List<PhysicalMachine> pms,
double alpha) |
public static double getEvaluationFunctionLoadBalancingMax(List<PhysicalMachine> pms, double alpha)
pms - alpha - public static double getEvaluationFunctionLoadBalancing(List<PhysicalMachine> pms, double alpha)
pms - alpha - public static double getEvaluationFunctionLoadBalancingMin(List<PhysicalMachine> pms, double alpha)
pms - alpha -