Class PhysicalSlotRequest.Result
- java.lang.Object
-
- org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest.Result
-
- Enclosing class:
- PhysicalSlotRequest
public static class PhysicalSlotRequest.Result extends Object
Result of aPhysicalSlotRequest.
-
-
Constructor Summary
Constructors Constructor Description Result(SlotRequestId slotRequestId, PhysicalSlot physicalSlot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalSlotgetPhysicalSlot()SlotRequestIdgetSlotRequestId()
-
-
-
Constructor Detail
-
Result
public Result(SlotRequestId slotRequestId, PhysicalSlot physicalSlot)
-
-
Method Detail
-
getSlotRequestId
public SlotRequestId getSlotRequestId()
-
getPhysicalSlot
public PhysicalSlot getPhysicalSlot()
-
-