| Package | Description |
|---|---|
| org.apache.flink.runtime.akka | |
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.rest.handler.legacy.messages | |
| org.apache.flink.runtime.webmonitor |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ClusterOverview> |
AkkaJobManagerGateway.requestClusterOverview(org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ClusterOverview> |
Dispatcher.requestClusterOverview(org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterOverviewWithVersion
Cluster overview message including the current Flink version and commit id.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterOverviewWithVersion |
ClusterOverviewWithVersion.fromStatusOverview(ClusterOverview statusOverview,
String version,
String commitId) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ClusterOverview> |
RestfulGateway.requestClusterOverview(org.apache.flink.api.common.time.Time timeout)
Requests the cluster status overview.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.