public static class Scheduler.ComputingResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Scheduler.ComputingResult.State |
Modifier and Type | Field and Description |
---|---|
long |
duration
Duration of the computing process
|
int |
nbMigrations
Number of migrations in the computed plan
|
protected int |
planCost
The cost of the reconfiguration plan.
|
Scheduler.ComputingResult.State |
state |
Constructor and Description |
---|
ComputingResult() |
ComputingResult(Scheduler.ComputingResult.State state,
long duration) |
ComputingResult(Scheduler.ComputingResult.State state,
long duration,
int nbMigrations,
int planCost) |
public Scheduler.ComputingResult.State state
public int nbMigrations
public long duration
protected int planCost
public ComputingResult(Scheduler.ComputingResult.State state, long duration, int nbMigrations, int planCost)
public ComputingResult(Scheduler.ComputingResult.State state, long duration)
public ComputingResult()