public class TaskManagerInfoWithSlots extends Object implements Serializable
TaskExecutor and its allocated slots.| Constructor and Description |
|---|
TaskManagerInfoWithSlots(TaskManagerInfo taskManagerInfo,
Collection<SlotInfo> allocatedSlots) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SlotInfo> |
getAllocatedSlots() |
TaskManagerInfo |
getTaskManagerInfo() |
public TaskManagerInfoWithSlots(TaskManagerInfo taskManagerInfo, Collection<SlotInfo> allocatedSlots)
public final Collection<SlotInfo> getAllocatedSlots()
public TaskManagerInfo getTaskManagerInfo()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.