| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.rest.messages | |
| org.apache.flink.runtime.taskexecutor |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Collection<LogInfo>> |
ResourceManagerGateway.requestTaskManagerLogList(ResourceID taskManagerId,
org.apache.flink.api.common.time.Time timeout)
Request log list from the given
TaskExecutor. |
CompletableFuture<Collection<LogInfo>> |
ResourceManager.requestTaskManagerLogList(ResourceID taskManagerId,
org.apache.flink.api.common.time.Time timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<LogInfo> |
LogListInfo.getLogInfos() |
| 构造器和说明 |
|---|
LogListInfo(Collection<LogInfo> logInfos) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Collection<LogInfo>> |
TaskExecutorGateway.requestLogList(org.apache.flink.api.common.time.Time timeout)
Requests for the historical log file names on the TaskManager.
|
CompletableFuture<Collection<LogInfo>> |
TaskExecutorGatewayDecoratorBase.requestLogList(org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Collection<LogInfo>> |
TaskExecutor.requestLogList(org.apache.flink.api.common.time.Time timeout) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.