public final class SlotRequestId extends 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.
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
public SlotRequestId(long lowerPart, long upperPart)
public SlotRequestId()
public String toString()
toString
in class AbstractID
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.