public final class SlotSharingManager.MultiTaskSlot extends SlotSharingManager.TaskSlot
SlotSharingManager.TaskSlot implementation which can have multiple other task slots assigned as children.| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(org.apache.flink.util.AbstractID groupId)
Checks whether this slot or any of its children contains the given groupId.
|
void |
release(Throwable cause)
Release the task slot.
|
String |
toString() |
getGroupId, getSlotRequestIdpublic boolean contains(org.apache.flink.util.AbstractID groupId)
contains in class SlotSharingManager.TaskSlotgroupId - which to check whether it is containedpublic void release(Throwable cause)
SlotSharingManager.TaskSlotrelease in class SlotSharingManager.TaskSlotcause - for the releaseCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.