Uses of Class
org.apache.flink.runtime.rest.messages.LogInfo
-
Packages that use LogInfo Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.rest.messages org.apache.flink.runtime.taskexecutor -
-
Uses of LogInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type LogInfo Modifier and Type Method Description CompletableFuture<Collection<LogInfo>>
ResourceManager. requestTaskManagerLogList(ResourceID taskManagerId, Duration timeout)
CompletableFuture<Collection<LogInfo>>
ResourceManagerGateway. requestTaskManagerLogList(ResourceID taskManagerId, Duration timeout)
Request log list from the givenTaskExecutor
. -
Uses of LogInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type LogInfo Modifier and Type Method Description Collection<LogInfo>
LogListInfo. getLogInfos()
Constructor parameters in org.apache.flink.runtime.rest.messages with type arguments of type LogInfo Constructor Description LogListInfo(Collection<LogInfo> logInfos)
-
Uses of LogInfo in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type LogInfo Modifier and Type Method Description CompletableFuture<Collection<LogInfo>>
TaskExecutor. requestLogList(Duration timeout)
CompletableFuture<Collection<LogInfo>>
TaskExecutorGateway. requestLogList(Duration timeout)
Requests for the historical log file names on the TaskManager.CompletableFuture<Collection<LogInfo>>
TaskExecutorGatewayDecoratorBase. requestLogList(Duration timeout)
-