| Package | Description |
|---|---|
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
SharedSlot |
SharedSlot.allocateSharedSlot(AbstractID jID) |
SharedSlot |
Instance.allocateSharedSlot(JobID jobID,
SlotSharingGroupAssignment sharingGroupAssignment,
AbstractID groupID) |
SharedSlot |
Slot.getParent() |
| Constructor and Description |
|---|
SharedSlot(JobID jobID,
Instance instance,
int slotNumber,
SlotSharingGroupAssignment assignmentGroup,
SharedSlot parent,
AbstractID groupID) |
SimpleSlot(JobID jobID,
Instance instance,
int slotNumber,
SharedSlot parent,
AbstractID groupID) |
Slot(JobID jobID,
Instance instance,
int slotNumber,
SharedSlot parent,
AbstractID groupID) |
| Modifier and Type | Method and Description |
|---|---|
SharedSlot |
CoLocationConstraint.getSharedSlot() |
| Modifier and Type | Method and Description |
|---|---|
SimpleSlot |
SlotSharingGroupAssignment.addSharedSlotAndAllocateSubSlot(SharedSlot sharedSlot,
Locality locality,
AbstractID groupId,
CoLocationConstraint constraint) |
void |
SlotSharingGroupAssignment.releaseSharedSlot(SharedSlot sharedSlot)
Releases the shared slot from the assignment group.
|
void |
CoLocationConstraint.setSharedSlot(SharedSlot sharedSlot) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.