Uses of Class
org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Packages that use StaticFileServerHandler Package Description org.apache.flink.runtime.webmonitor -
-
Uses of StaticFileServerHandler in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type StaticFileServerHandler Modifier and Type Method Description static <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.
-