Uses of Class
org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
Packages that use StaticFileServerHandler
-
Uses of StaticFileServerHandler in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type StaticFileServerHandlerModifier and TypeMethodDescriptionstatic <T extends RestfulGateway>
Optional<StaticFileServerHandler<T>>WebMonitorUtils.tryLoadWebContent(GatewayRetriever<? extends T> leaderRetriever, Duration timeout, File tmpDir) Checks whether the flink-runtime-web dependency is available and if so returns a StaticFileServerHandler which can serve the static file contents.