| Package | Description |
|---|---|
| org.apache.flink.runtime.messages.webmonitor |
This package contains the actor messages that are sent between the JobManager and components that
are interested in the status of the JobManager.
|
| org.apache.flink.runtime.resourcemanager |
| Constructor and Description |
|---|
ClusterOverview(ResourceOverview resourceOverview,
JobsOverview jobsOverview) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceOverview |
ResourceOverview.empty() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ResourceOverview> |
ResourceManagerGateway.requestResourceOverview(org.apache.flink.api.common.time.Time timeout)
Requests the resource overview.
|
CompletableFuture<ResourceOverview> |
ResourceManager.requestResourceOverview(org.apache.flink.api.common.time.Time timeout) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.