| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.rest.messages.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
TaskManagerInfo |
TaskManagerInfoWithSlots.getTaskManagerInfo() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Collection<TaskManagerInfo>> |
ResourceManager.requestTaskManagerInfo(org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Collection<TaskManagerInfo>> |
ResourceManagerGateway.requestTaskManagerInfo(org.apache.flink.api.common.time.Time timeout)
Requests information about the registered
TaskExecutor. |
| Constructor and Description |
|---|
TaskManagerInfoWithSlots(TaskManagerInfo taskManagerInfo,
Collection<SlotInfo> allocatedSlots) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskManagerDetailsInfo
Message containing base information about a
TaskExecutor and more detailed metrics. |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaskManagerInfo> |
TaskManagersInfo.getTaskManagerInfos() |
| Constructor and Description |
|---|
TaskManagersInfo(Collection<TaskManagerInfo> taskManagerInfos) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.