| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
CoLocationConstraint |
ExecutionVertex.getLocationConstraint() |
| Modifier and Type | Method and Description |
|---|---|
CoLocationConstraint |
ScheduledUnit.getLocationConstraint() |
CoLocationConstraint |
CoLocationGroup.getLocationConstraint(int subtask) |
| Modifier and Type | Method and Description |
|---|---|
SimpleSlot |
SlotSharingGroupAssignment.addSharedSlotAndAllocateSubSlot(SharedSlot sharedSlot,
Locality locality,
AbstractID groupId,
CoLocationConstraint constraint) |
protected SimpleSlot |
Scheduler.getFreeSubSlotForTask(ExecutionVertex vertex,
Iterable<Instance> requestedLocations,
SlotSharingGroupAssignment groupAssignment,
CoLocationConstraint constraint) |
SimpleSlot |
SlotSharingGroupAssignment.getSlotForTask(ExecutionVertex vertex,
CoLocationConstraint constraint) |
| Constructor and Description |
|---|
ScheduledUnit(Execution task,
SlotSharingGroup sharingUnit,
CoLocationConstraint locationConstraint) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.