public final class SlotRequestId
extends org.apache.flink.util.AbstractID
SlotPool or PhysicalSlotProvider. There are various slot types like PhysicalSlot, LogicalSlot or SharedSlot 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.
| 构造器和说明 |
|---|
SlotRequestId() |
SlotRequestId(long lowerPart,
long upperPart) |
public SlotRequestId(long lowerPart,
long upperPart)
public SlotRequestId()
public String toString()
toString 在类中 org.apache.flink.util.AbstractIDCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.