| Package | Description |
|---|---|
| org.apache.flink.runtime.webmonitor |
| Modifier and Type | Class and Description |
|---|---|
static class |
WebMonitorExtension.EmptyWebMonitorExtension
Empty web monitor extension which can be used as a null object.
|
| Modifier and Type | Method and Description |
|---|---|
static WebMonitorExtension |
WebMonitorExtension.empty() |
static WebMonitorExtension |
WebMonitorUtils.loadWebSubmissionExtension(GatewayRetriever<? extends DispatcherGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
CompletableFuture<String> localAddressFuture,
Path uploadDir,
Executor executor,
org.apache.flink.configuration.Configuration configuration)
Loads the
WebMonitorExtension which enables web submission. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.