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 |
TaskManagerInfo.getTotalResource() |
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,
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–2021 The Apache Software Foundation. All rights reserved.