Modifier and Type | Method and Description |
---|---|
CompletableFuture<ClusterOverview> |
Dispatcher.requestClusterOverview(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(Time timeout)
Requests the cluster status overview.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.