public class LazyFirstFitDecreased extends FirstFitDecreased
Scheduler.ComputingResult, Scheduler.SchedulerResult
hostsToCheck, migrations, nMigrations, useLoad
id, planGraphDepth, rpAborted
Constructor and Description |
---|
LazyFirstFitDecreased(java.util.Collection<XHost> hosts) |
LazyFirstFitDecreased(java.util.Collection<XHost> hosts,
java.lang.Integer id) |
Modifier and Type | Method and Description |
---|---|
protected void |
manageOverloadedHost(java.util.List<XHost> overloadedHosts,
Scheduler.ComputingResult result) |
applyReconfigurationPlan, computeReconfigurationPlan
checkAndReconfigure, getMigratingVMs, ongoingMigrations, relocateVM
public LazyFirstFitDecreased(java.util.Collection<XHost> hosts)
public LazyFirstFitDecreased(java.util.Collection<XHost> hosts, java.lang.Integer id)
protected void manageOverloadedHost(java.util.List<XHost> overloadedHosts, Scheduler.ComputingResult result)
manageOverloadedHost
in class FirstFitDecreased