| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.rest.messages.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TaskManagerInfoWithSlots> |
ResourceManagerGateway.requestTaskManagerDetailsInfo(ResourceID taskManagerId,
org.apache.flink.api.common.time.Time timeout)
Requests detail information about the given
TaskExecutor. |
CompletableFuture<TaskManagerInfoWithSlots> |
ResourceManager.requestTaskManagerDetailsInfo(ResourceID resourceId,
org.apache.flink.api.common.time.Time timeout) |
| Constructor and Description |
|---|
TaskManagerDetailsInfo(TaskManagerInfoWithSlots taskManagerInfoWithSlots,
TaskManagerMetricsInfo taskManagerMetrics) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.