Class TaskManagerInfoWithSlots
java.lang.Object
org.apache.flink.runtime.resourcemanager.TaskManagerInfoWithSlots
- All Implemented Interfaces:
Serializable
Contains the base information about a
TaskExecutor and its allocated slots.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskManagerInfoWithSlots(TaskManagerInfo taskManagerInfo, Collection<SlotInfo> allocatedSlots) -
Method Summary
-
Constructor Details
-
TaskManagerInfoWithSlots
public TaskManagerInfoWithSlots(TaskManagerInfo taskManagerInfo, Collection<SlotInfo> allocatedSlots)
-
-
Method Details
-
getAllocatedSlots
-
getTaskManagerInfo
-