Uses of Class
org.apache.flink.runtime.rest.messages.LogInfo
Packages that use LogInfo
Package
Description
-
Uses of LogInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type LogInfoModifier and TypeMethodDescriptionResourceManager.requestTaskManagerLogList(ResourceID taskManagerId, Duration timeout) 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 LogInfoConstructor parameters in org.apache.flink.runtime.rest.messages with type arguments of type LogInfo -
Uses of LogInfo in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type LogInfoModifier and TypeMethodDescriptionTaskExecutor.requestLogList(Duration timeout) TaskExecutorGateway.requestLogList(Duration timeout) Requests for the historical log file names on the TaskManager.TaskExecutorGatewayDecoratorBase.requestLogList(Duration timeout)