public final class SlotRequestId extends 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.
lowerPart, SIZE, upperPart
Constructor and Description |
---|
SlotRequestId() |
SlotRequestId(long lowerPart,
long upperPart) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString
public SlotRequestId(long lowerPart, long upperPart)
public SlotRequestId()
public String toString()
toString
in class AbstractID
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.