| Package | Description |
|---|---|
| org.apache.flink.runtime.rest.messages | |
| org.apache.flink.runtime.rest.messages.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
static ResourceProfileInfo |
ResourceProfileInfo.fromResrouceProfile(ResourceProfile resourceProfile) |
| Modifier and Type | Method and Description |
|---|---|
ResourceProfileInfo |
TaskManagerInfo.getFreeResource() |
ResourceProfileInfo |
SlotInfo.getResource() |
ResourceProfileInfo |
TaskManagerInfo.getTotalResource() |
| Constructor and Description |
|---|
SlotInfo(org.apache.flink.api.common.JobID jobId,
ResourceProfileInfo resource) |
TaskManagerDetailsInfo(ResourceID resourceId,
String address,
int dataPort,
int jmxPort,
long lastHeartbeat,
int numberSlots,
int numberAvailableSlots,
ResourceProfileInfo totalResource,
ResourceProfileInfo freeResource,
HardwareDescription hardwareDescription,
TaskExecutorMemoryConfiguration memoryConfiguration,
Collection<SlotInfo> allocatedSlots,
TaskManagerMetricsInfo taskManagerMetrics) |
TaskManagerInfo(ResourceID resourceId,
String address,
int dataPort,
int jmxPort,
long lastHeartbeat,
int numberSlots,
int numberAvailableSlots,
ResourceProfileInfo totalResource,
ResourceProfileInfo freeResource,
HardwareDescription hardwareDescription,
TaskExecutorMemoryConfiguration memoryConfiguration) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.