| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rest.messages | |
| org.apache.flink.runtime.rest.messages.taskmanager |
| 限定符和类型 | 方法和说明 |
|---|---|
static ResourceProfileInfo |
ResourceProfileInfo.fromResrouceProfile(ResourceProfile resourceProfile) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResourceProfileInfo |
TaskManagerInfo.getFreeResource() |
ResourceProfileInfo |
SlotInfo.getResource() |
ResourceProfileInfo |
TaskManagerInfo.getTotalResource() |
| 构造器和说明 |
|---|
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,
Boolean blocked,
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,
Boolean blocked) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.