public static class Scheduler.SchedulerResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Scheduler.SchedulerResult.State
Result of the Scheduling process.
|
| Modifier and Type | Field and Description |
|---|---|
long |
duration
Duration in ms of the reconfiguration.
|
Scheduler.SchedulerResult.State |
state
Result of the reconfiguration.
|
| Constructor and Description |
|---|
SchedulerResult() |
public Scheduler.SchedulerResult.State state
public long duration