Uses of Class
org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
-
Uses of ClusterOverview in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type ClusterOverview Modifier and Type Method Description CompletableFuture<ClusterOverview>
Dispatcher. requestClusterOverview(Duration timeout)
-
Uses of ClusterOverview in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return types with arguments of type ClusterOverview Modifier and Type Method Description CompletableFuture<ClusterOverview>
MiniCluster. requestClusterOverview()
-
Uses of ClusterOverview in org.apache.flink.runtime.rest.handler.legacy.messages
Subclasses of ClusterOverview in org.apache.flink.runtime.rest.handler.legacy.messages Modifier and Type Class Description class
ClusterOverviewWithVersion
Cluster overview message including the current Flink version and commit id.Methods in org.apache.flink.runtime.rest.handler.legacy.messages with parameters of type ClusterOverview Modifier and Type Method Description static ClusterOverviewWithVersion
ClusterOverviewWithVersion. fromStatusOverview(ClusterOverview statusOverview, String version, String commitId)
-
Uses of ClusterOverview in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type ClusterOverview Modifier and Type Method Description CompletableFuture<ClusterOverview>
NonLeaderRetrievalRestfulGateway. requestClusterOverview(Duration timeout)
CompletableFuture<ClusterOverview>
RestfulGateway. requestClusterOverview(Duration timeout)
Requests the cluster status overview.
-