| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.rest.messages.taskmanager |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 构造器和说明 |
|---|
TaskManagerDetailsInfo(TaskManagerInfoWithSlots taskManagerInfoWithSlots,
TaskManagerMetricsInfo taskManagerMetrics) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.