Uses of Class
org.apache.flink.runtime.webmonitor.handlers.JarListInfo
Packages that use JarListInfo
-
Uses of JarListInfo in org.apache.flink.runtime.webmonitor.handlers
Methods in org.apache.flink.runtime.webmonitor.handlers that return types with arguments of type JarListInfoModifier and TypeMethodDescriptionJarListHeaders.getResponseClass()protected CompletableFuture<JarListInfo>JarListHandler.handleRequest(org.apache.flink.runtime.rest.handler.HandlerRequest<org.apache.flink.runtime.rest.messages.EmptyRequestBody> request, org.apache.flink.runtime.webmonitor.RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.webmonitor.handlers with type arguments of type JarListInfoModifierConstructorDescriptionJarListHandler(org.apache.flink.runtime.webmonitor.retriever.GatewayRetriever<? extends org.apache.flink.runtime.webmonitor.RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody, JarListInfo, org.apache.flink.runtime.rest.messages.EmptyMessageParameters> messageHeaders, CompletableFuture<String> localAddressFuture, File jarDir, org.apache.flink.configuration.Configuration configuration, Executor executor)