public class PhysicalSlotRequest extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PhysicalSlotRequest.Result
Result of a
PhysicalSlotRequest. |
| 构造器和说明 |
|---|
PhysicalSlotRequest(SlotRequestId slotRequestId,
SlotProfile slotProfile,
boolean slotWillBeOccupiedIndefinitely) |
| 限定符和类型 | 方法和说明 |
|---|---|
SlotProfile |
getSlotProfile() |
SlotRequestId |
getSlotRequestId() |
boolean |
willSlotBeOccupiedIndefinitely() |
public PhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, boolean slotWillBeOccupiedIndefinitely)
public SlotRequestId getSlotRequestId()
public SlotProfile getSlotProfile()
public boolean willSlotBeOccupiedIndefinitely()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.