Package | Description |
---|---|
org.apache.flink.runtime.executiongraph | |
org.apache.flink.runtime.jobmanager.scheduler |
Modifier and Type | Method and Description |
---|---|
SlotProvider |
ExecutionGraph.getSlotProvider() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionJobVertex.scheduleAll(SlotProvider slotProvider,
boolean queued) |
void |
ExecutionGraph.scheduleForExecution(SlotProvider slotProvider) |
boolean |
Execution.scheduleForExecution(SlotProvider slotProvider,
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.
|
boolean |
ExecutionVertex.scheduleForExecution(SlotProvider slotProvider,
boolean queued) |
Modifier and Type | Class and Description |
---|---|
class |
Scheduler
The scheduler is responsible for distributing the ready-to-run tasks among instances and slots.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.