| 程序包 | 说明 |
|---|---|
| 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.minicluster | |
| org.apache.flink.runtime.resourcemanager |
| 构造器和说明 |
|---|
ClusterOverview(ResourceOverview resourceOverview,
JobsOverview jobsOverview) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<ResourceOverview> |
MiniCluster.getResourceOverview() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ResourceOverview |
ResourceOverview.empty() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.