| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Method and Description |
|---|---|
Scheduler |
ExecutionGraph.getScheduler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionJobVertex.scheduleAll(Scheduler scheduler,
boolean queued) |
void |
ExecutionGraph.scheduleForExecution(Scheduler scheduler) |
boolean |
ExecutionVertex.scheduleForExecution(Scheduler scheduler,
boolean queued) |
boolean |
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.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.