Class SlotRequestId
- java.lang.Object
-
- org.apache.flink.util.AbstractID
-
- org.apache.flink.runtime.jobmaster.SlotRequestId
-
- All Implemented Interfaces:
Serializable,Comparable<org.apache.flink.util.AbstractID>
public final class SlotRequestId extends org.apache.flink.util.AbstractIDThis ID identifies the request for a slot from the Execution to theSlotPoolorPhysicalSlotProvider. There are various slot types likePhysicalSlot,LogicalSlotorSharedSlotin 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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlotRequestId()SlotRequestId(long lowerPart, long upperPart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classorg.apache.flink.util.AbstractID
-
-