public final class SlotRequestId
extends org.apache.flink.util.AbstractID
SlotPool
oe SlotProvider. The logical slot may be a physical slot or a sub-slot thereof, in
the case of slot sharing.
This ID serves a different purpose than the
AllocationID, which identifies
the request of a physical slot, issued from the SlotPool via the ResourceManager to the TaskManager.
| Constructor and Description |
|---|
SlotRequestId() |
SlotRequestId(long lowerPart,
long upperPart) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
public SlotRequestId(long lowerPart,
long upperPart)
public SlotRequestId()
public String toString()
toString in class org.apache.flink.util.AbstractIDCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.