Uses of Class
org.apache.flink.runtime.rest.messages.LogListInfo
Packages that use LogListInfo
Package
Description
-
Uses of LogListInfo in org.apache.flink.runtime.rest.handler.cluster
Methods in org.apache.flink.runtime.rest.handler.cluster that return types with arguments of type LogListInfoModifier and TypeMethodDescriptionprotected CompletableFuture<LogListInfo>JobManagerLogListHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type LogListInfoModifierConstructorDescriptionJobManagerLogListHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, LogListInfo, EmptyMessageParameters> messageHeaders, File logDir) -
Uses of LogListInfo in org.apache.flink.runtime.rest.handler.taskmanager
Methods in org.apache.flink.runtime.rest.handler.taskmanager that return types with arguments of type LogListInfoModifier and TypeMethodDescriptionprotected CompletableFuture<LogListInfo>TaskManagerLogListHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type LogListInfoModifierConstructorDescriptionTaskManagerLogListHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, LogListInfo, TaskManagerMessageParameters> messageHeaders, GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever) -
Uses of LogListInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return LogListInfo -
Uses of LogListInfo in org.apache.flink.runtime.rest.messages.cluster
Methods in org.apache.flink.runtime.rest.messages.cluster that return types with arguments of type LogListInfo -
Uses of LogListInfo in org.apache.flink.runtime.rest.messages.taskmanager
Methods in org.apache.flink.runtime.rest.messages.taskmanager that return types with arguments of type LogListInfo