| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.attachJobGraph(List<AbstractJobVertex> topologiallySorted) |
void |
ExecutionJobVertex.connectToPredecessors(Map<IntermediateDataSetID,IntermediateResult> intermediateDataSets) |
void |
Execution.deployToSlot(AllocatedSlot slot) |
void |
ExecutionVertex.deployToSlot(AllocatedSlot slot) |
void |
ExecutionGraph.scheduleForExecution(Scheduler scheduler) |
| Constructor and Description |
|---|
ExecutionJobVertex(ExecutionGraph graph,
AbstractJobVertex jobVertex,
int defaultParallelism) |
ExecutionJobVertex(ExecutionGraph graph,
AbstractJobVertex jobVertex,
int defaultParallelism,
long createTimestamp) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoResourceAvailableException |
Copyright © 2015 The Apache Software Foundation. All rights reserved.