| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.rest.messages | |
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Collection<LogInfo>> |
ResourceManager.requestTaskManagerLogList(ResourceID taskManagerId,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Collection<LogInfo>> |
ResourceManagerGateway.requestTaskManagerLogList(ResourceID taskManagerId,
org.apache.flink.api.common.time.Time timeout)
Request log list from the given
TaskExecutor. |
| Modifier and Type | Method and Description |
|---|---|
Collection<LogInfo> |
LogListInfo.getLogInfos() |
| Constructor and Description |
|---|
LogListInfo(Collection<LogInfo> logInfos) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Collection<LogInfo>> |
TaskExecutor.requestLogList(org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Collection<LogInfo>> |
TaskExecutorGatewayDecoratorBase.requestLogList(org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Collection<LogInfo>> |
TaskExecutorGateway.requestLogList(org.apache.flink.api.common.time.Time timeout)
Requests for the historical log file names on the TaskManager.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.