| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.rest.messages.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TaskManagerInfo> |
ResourceManagerGateway.requestTaskManagerInfo(ResourceID taskManagerId,
org.apache.flink.api.common.time.Time timeout)
Requests information about the given
TaskExecutor. |
CompletableFuture<TaskManagerInfo> |
ResourceManager.requestTaskManagerInfo(ResourceID resourceId,
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. |
CompletableFuture<Collection<TaskManagerInfo>> |
ResourceManager.requestTaskManagerInfo(org.apache.flink.api.common.time.Time timeout) |
| 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 |
|---|
TaskManagerDetailsInfo(TaskManagerInfo taskManagerInfo,
TaskManagerMetricsInfo taskManagerMetrics) |
| Constructor and Description |
|---|
TaskManagersInfo(Collection<TaskManagerInfo> taskManagerInfos) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.