public class BtrPlaceRP extends AbstractScheduler
Scheduler.ComputingResult, Scheduler.SchedulerResult
id, planGraphDepth, rpAborted
Constructor and Description |
---|
BtrPlaceRP(java.util.Collection<XHost> xHosts) |
BtrPlaceRP(java.util.Collection<XHost> xHosts,
java.lang.Integer id) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyReconfigurationPlan()
Apply the reconfiguration plan using BtrPlace EventListeners
|
Scheduler.ComputingResult |
computeReconfigurationPlan()
Computes the reconfiguration plan and measure the duration of the computation.
|
checkAndReconfigure, getMigratingVMs, ongoingMigrations, relocateVM
public BtrPlaceRP(java.util.Collection<XHost> xHosts, java.lang.Integer id)
public BtrPlaceRP(java.util.Collection<XHost> xHosts)
public Scheduler.ComputingResult computeReconfigurationPlan()
protected void applyReconfigurationPlan()
applyReconfigurationPlan
in class AbstractScheduler