| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ClusterOverview> |
Dispatcher.requestClusterOverview(org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ClusterOverview> |
MiniCluster.requestClusterOverview() |
| 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–2023 The Apache Software Foundation. All rights reserved.