Class TaskManagerInfoWithSlots
- java.lang.Object
-
- org.apache.flink.runtime.resourcemanager.TaskManagerInfoWithSlots
-
- All Implemented Interfaces:
Serializable
public class TaskManagerInfoWithSlots extends Object implements Serializable
Contains the base information about aTaskExecutor
and its allocated slots.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskManagerInfoWithSlots(TaskManagerInfo taskManagerInfo, Collection<SlotInfo> allocatedSlots)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SlotInfo>
getAllocatedSlots()
TaskManagerInfo
getTaskManagerInfo()
-
-
-
Constructor Detail
-
TaskManagerInfoWithSlots
public TaskManagerInfoWithSlots(TaskManagerInfo taskManagerInfo, Collection<SlotInfo> allocatedSlots)
-
-
Method Detail
-
getAllocatedSlots
public final Collection<SlotInfo> getAllocatedSlots()
-
getTaskManagerInfo
public TaskManagerInfo getTaskManagerInfo()
-
-