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(Time timeout)
Requests the resource overview.
|
CompletableFuture<ResourceOverview> |
ResourceManager.requestResourceOverview(Time timeout) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.