| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionJobVertex.scheduleAll(Scheduler scheduler,
boolean queued) |
void |
ExecutionVertex.scheduleForExecution(Scheduler scheduler,
boolean queued) |
void |
Execution.scheduleForExecution(Scheduler scheduler,
boolean queued)
NOTE: This method only throws exceptions if it is in an illegal state to be scheduled, or if the tasks needs
to be scheduled immediately and no resource is available.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleSlot |
Scheduler.scheduleImmediately(ScheduledUnit task) |
SlotAllocationFuture |
Scheduler.scheduleQueued(ScheduledUnit task) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.