Uses of Class
org.apache.flink.runtime.webmonitor.handlers.JarListInfo
-
Packages that use JarListInfo Package Description org.apache.flink.runtime.webmonitor.handlers -
-
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 JarListInfo Modifier and Type Method Description Class<JarListInfo>JarListHeaders. 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 JarListInfo Constructor Description JarListHandler(org.apache.flink.runtime.webmonitor.retriever.GatewayRetriever<? extends org.apache.flink.runtime.webmonitor.RestfulGateway> leaderRetriever, org.apache.flink.api.common.time.Time 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)
-