public interface TaskManagerInfo
SlotManager
.Modifier and Type | Method and Description |
---|---|
Map<AllocationID,TaskManagerSlotInformation> |
getAllocatedSlots()
Get allocated slots information.
|
ResourceProfile |
getAvailableResource()
Get the available resource.
|
int |
getDefaultNumSlots()
Get the default number of slots.
|
ResourceProfile |
getDefaultSlotResourceProfile()
Get the default slot resource profile.
|
long |
getIdleSince()
Get the timestamp when the last time becoming idle.
|
InstanceID |
getInstanceId()
Get the instanceId of this task manager.
|
TaskExecutorConnection |
getTaskExecutorConnection()
Get the taskExecutorConnection.
|
ResourceProfile |
getTotalResource()
Get the total resource.
|
boolean |
isIdle()
Check whether this task manager is idle.
|
InstanceID getInstanceId()
TaskExecutorConnection getTaskExecutorConnection()
Map<AllocationID,TaskManagerSlotInformation> getAllocatedSlots()
ResourceProfile getAvailableResource()
ResourceProfile getTotalResource()
ResourceProfile getDefaultSlotResourceProfile()
int getDefaultNumSlots()
long getIdleSince()
boolean isIdle()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.