| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPipeline |
ExecutionVertex.getExecutionPipeline()
Returns the
ExecutionPipeline this vertex is part of. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultScheduler.deployAssignedPipeline(ExecutionPipeline pipeline)
Collects all execution vertices with the state ASSIGNED from the given pipeline and deploys them on the assigned
AllocatedResource objects. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.