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