public interface PhysicalSlot extends SlotContext
AllocatedSlot. This represent an interface to classes outside the slot
pool to interact with allocated slots.| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
PhysicalSlot.Payload
Payload which can be assigned to an
AllocatedSlot. |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
tryAssignPayload(PhysicalSlot.Payload payload)
Tries to assign the given payload to this allocated slot.
|
getTaskManagerGatewaygetAllocationId, getPhysicalSlotNumber, getResourceProfile, getTaskManagerLocation, willBeOccupiedIndefinitelyboolean tryAssignPayload(PhysicalSlot.Payload payload)
payload - to assign to this slotCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.