Class PendingTaskManagerSlot
- java.lang.Object
-
- org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManagerSlot
-
public class PendingTaskManagerSlot extends Object
Represents a pending task manager slot in theSlotManager.
-
-
Constructor Summary
Constructors Constructor Description PendingTaskManagerSlot(ResourceProfile resourceProfile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceProfilegetResourceProfile()TaskManagerSlotIdgetTaskManagerSlotId()
-
-
-
Constructor Detail
-
PendingTaskManagerSlot
public PendingTaskManagerSlot(ResourceProfile resourceProfile)
-
-
Method Detail
-
getTaskManagerSlotId
public TaskManagerSlotId getTaskManagerSlotId()
-
getResourceProfile
public ResourceProfile getResourceProfile()
-
-