Uses of Interface
org.apache.flink.runtime.webmonitor.WebMonitorExtension
-
Packages that use WebMonitorExtension Package Description org.apache.flink.runtime.webmonitor -
-
Uses of WebMonitorExtension in org.apache.flink.runtime.webmonitor
Classes in org.apache.flink.runtime.webmonitor that implement WebMonitorExtension Modifier and Type Class Description static classWebMonitorExtension.EmptyWebMonitorExtensionEmpty web monitor extension which can be used as a null object.Methods in org.apache.flink.runtime.webmonitor that return WebMonitorExtension Modifier and Type Method Description static WebMonitorExtensionWebMonitorExtension. empty()static WebMonitorExtensionWebMonitorUtils. loadWebSubmissionExtension(GatewayRetriever<? extends DispatcherGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, CompletableFuture<String> localAddressFuture, Path uploadDir, Executor executor, org.apache.flink.configuration.Configuration configuration)Loads theWebMonitorExtensionwhich enables web submission.
-