public class SubSlot extends AllocatedSlot
| Constructor and Description |
|---|
SubSlot(org.apache.flink.runtime.jobmanager.scheduler.SharedSlot sharedSlot,
int subSlotNumber,
AbstractID groupId) |
| Modifier and Type | Method and Description |
|---|---|
AbstractID |
getGroupId() |
org.apache.flink.runtime.jobmanager.scheduler.SharedSlot |
getSharedSlot() |
void |
releaseSlot() |
String |
toString() |
cancel, getExecutedVertex, getInstance, getJobID, getLocality, getSlotNumber, isAlive, isCanceled, isReleased, markReleased, setExecutedVertex, setLocalitypublic SubSlot(org.apache.flink.runtime.jobmanager.scheduler.SharedSlot sharedSlot,
int subSlotNumber,
AbstractID groupId)
public void releaseSlot()
releaseSlot in class AllocatedSlotpublic org.apache.flink.runtime.jobmanager.scheduler.SharedSlot getSharedSlot()
public AbstractID getGroupId()
public String toString()
toString in class AllocatedSlotCopyright © 2015 The Apache Software Foundation. All rights reserved.