| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager.scheduler | |
| org.apache.flink.runtime.jobmanager.web |
| Modifier and Type | Method and Description |
|---|---|
ExecutionVertex |
IntermediateResultPartition.getProducer() |
ExecutionVertex |
ExecutionEdge.getTarget() |
ExecutionVertex[] |
ExecutionJobVertex.getTaskVertices() |
ExecutionVertex |
Execution.getVertex() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ExecutionVertex> |
ExecutionGraph.getAllExecutionVertices() |
| Constructor and Description |
|---|
Execution(ExecutionVertex vertex,
int attemptNumber,
long startTimestamp) |
ExecutionEdge(IntermediateResultPartition source,
ExecutionVertex target,
int inputNum) |
IntermediateResultPartition(IntermediateResult totalResut,
ExecutionVertex producer,
int partition) |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleSlot |
Scheduler.getFreeSlotForTask(ExecutionVertex vertex,
Iterable<Instance> requestedLocations)
Gets a suitable instance to schedule the vertex execution to.
|
protected SimpleSlot |
Scheduler.getFreeSubSlotForTask(ExecutionVertex vertex,
Iterable<Instance> requestedLocations,
SlotSharingGroupAssignment groupAssignment,
CoLocationConstraint constraint) |
SimpleSlot |
SlotSharingGroupAssignment.getSlotForTask(ExecutionVertex vertex)
Gets a slot suitable for the given task vertex.
|
SimpleSlot |
SlotSharingGroupAssignment.getSlotForTask(ExecutionVertex vertex,
CoLocationConstraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
static String |
JsonFactory.toJson(ExecutionVertex vertex) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.