Uses of Class
org.apache.flink.runtime.rest.messages.LogListInfo
-
-
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 LogListInfo Modifier and Type Method Description protected CompletableFuture<LogListInfo>JobManagerLogListHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type LogListInfo Constructor Description JobManagerLogListHandler(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 LogListInfo Modifier and Type Method Description protected CompletableFuture<LogListInfo>TaskManagerLogListHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway)Constructor parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type LogListInfo Constructor Description TaskManagerLogListHandler(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 Modifier and Type Method Description static LogListInfoLogListInfo. empty() -
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 Modifier and Type Method Description Class<LogListInfo>JobManagerLogListHeaders. getResponseClass() -
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 Modifier and Type Method Description Class<LogListInfo>TaskManagerLogsHeaders. getResponseClass()
-