| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager.scheduler | |
| org.apache.flink.runtime.scheduler |
| Modifier and Type | Method and Description |
|---|---|
CoLocationConstraint |
ExecutionVertex.getLocationConstraint() |
| Modifier and Type | Method and Description |
|---|---|
CoLocationConstraint |
ScheduledUnit.getCoLocationConstraint() |
CoLocationConstraint |
CoLocationGroup.getLocationConstraint(int subtask) |
| Constructor and Description |
|---|
ScheduledUnit(Execution task,
JobVertexID jobVertexId,
SlotSharingGroupId slotSharingGroupId,
CoLocationConstraint coLocationConstraint) |
ScheduledUnit(Execution task,
SlotSharingGroupId slotSharingGroupId,
CoLocationConstraint coLocationConstraint) |
ScheduledUnit(JobVertexID jobVertexId,
SlotSharingGroupId slotSharingGroupId,
CoLocationConstraint coLocationConstraint) |
| Modifier and Type | Method and Description |
|---|---|
CoLocationConstraint |
ExecutionVertexSchedulingRequirements.getCoLocationConstraint() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionVertexSchedulingRequirements.Builder |
ExecutionVertexSchedulingRequirements.Builder.withCoLocationConstraint(CoLocationConstraint coLocationConstraint) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.