Package | Description |
---|---|
org.apache.flink.runtime.resourcemanager | |
org.apache.flink.runtime.resourcemanager.slotmanager | |
org.apache.flink.runtime.rest.messages.taskmanager |
Modifier and Type | Method and Description |
---|---|
Collection<SlotInfo> |
TaskManagerInfoWithSlots.getAllocatedSlots() |
Constructor and Description |
---|
TaskManagerInfoWithSlots(TaskManagerInfo taskManagerInfo,
Collection<SlotInfo> allocatedSlots) |
Modifier and Type | Method and Description |
---|---|
Collection<SlotInfo> |
SlotManager.getAllocatedSlotsOf(InstanceID instanceID) |
Collection<SlotInfo> |
FineGrainedSlotManager.getAllocatedSlotsOf(InstanceID instanceID) |
Modifier and Type | Method and Description |
---|---|
Collection<SlotInfo> |
TaskManagerDetailsInfo.getAllocatedSlots() |
Constructor and Description |
---|
TaskManagerDetailsInfo(ResourceID resourceId,
String address,
int dataPort,
int jmxPort,
long lastHeartbeat,
int numberSlots,
int numberAvailableSlots,
ResourceProfileInfo totalResource,
ResourceProfileInfo freeResource,
HardwareDescription hardwareDescription,
TaskExecutorMemoryConfiguration memoryConfiguration,
Boolean blocked,
Collection<SlotInfo> allocatedSlots,
TaskManagerMetricsInfo taskManagerMetrics) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.