public abstract static class SlotSharingManager.TaskSlot extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(org.apache.flink.util.AbstractID groupId)
Check whether the task slot contains the given groupId.
|
org.apache.flink.util.AbstractID |
getGroupId() |
SlotRequestId |
getSlotRequestId() |
abstract void |
release(Throwable cause)
Release the task slot.
|
public SlotRequestId getSlotRequestId()
@Nullable public org.apache.flink.util.AbstractID getGroupId()
public boolean contains(org.apache.flink.util.AbstractID groupId)
groupId - which to check whether it is containedpublic abstract void release(Throwable cause)
cause - for the releaseCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.