| Package | Description |
|---|---|
| org.apache.flink.runtime.clusterframework |
This package contains the cluster resource management functionality.
|
| org.apache.flink.runtime.webmonitor |
| Modifier and Type | Method and Description |
|---|---|
static WebMonitor |
BootstrapTools.startWebMonitorIfConfigured(org.apache.flink.configuration.Configuration config,
HighAvailabilityServices highAvailabilityServices,
LeaderGatewayRetriever<JobManagerGateway> jobManagerRetriever,
MetricQueryServiceRetriever queryServiceRetriever,
org.apache.flink.api.common.time.Time timeout,
ScheduledExecutor scheduledExecutor,
org.slf4j.Logger logger)
Starts the web frontend.
|
| Modifier and Type | Method and Description |
|---|---|
static WebMonitor |
WebMonitorUtils.startWebRuntimeMonitor(org.apache.flink.configuration.Configuration config,
HighAvailabilityServices highAvailabilityServices,
LeaderGatewayRetriever<JobManagerGateway> jobManagerRetriever,
MetricQueryServiceRetriever queryServiceRetriever,
org.apache.flink.api.common.time.Time timeout,
ScheduledExecutor scheduledExecutor)
Starts the web runtime monitor.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.