| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
CoLocationConstraint |
ExecutionVertex.getLocationConstraint() |
| Modifier and Type | Method and Description |
|---|---|
SimpleSlot |
SlotSharingGroupAssignment.addSharedSlotAndAllocateSubSlot(SharedSlot sharedSlot,
Locality locality,
CoLocationConstraint constraint) |
SimpleSlot |
SlotSharingGroupAssignment.getSlotForTask(ExecutionVertex vertex,
CoLocationConstraint constraint)
Gets a slot for a task that has a co-location constraint.
|
| Modifier and Type | Method and Description |
|---|---|
CoLocationConstraint |
ScheduledUnit.getLocationConstraint() |
CoLocationConstraint |
CoLocationGroup.getLocationConstraint(int subtask) |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleSlot |
Scheduler.getNewSlotForSharingGroup(ExecutionVertex vertex,
Iterable<Instance> requestedLocations,
SlotSharingGroupAssignment groupAssignment,
CoLocationConstraint constraint,
boolean localOnly)
Tries to allocate a new slot for a vertex that is part of a slot sharing group.
|
| Constructor and Description |
|---|
ScheduledUnit(Execution task,
SlotSharingGroup sharingUnit,
CoLocationConstraint locationConstraint) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.