Uses of Class
org.apache.flink.runtime.messages.webmonitor.ClusterOverview
Packages that use ClusterOverview
Package
Description
-
Uses of ClusterOverview in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type ClusterOverview -
Uses of ClusterOverview in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return types with arguments of type ClusterOverview -
Uses of ClusterOverview in org.apache.flink.runtime.rest.handler.legacy.messages
Subclasses of ClusterOverview in org.apache.flink.runtime.rest.handler.legacy.messagesModifier and TypeClassDescriptionclassCluster overview message including the current Flink version and commit id.Methods in org.apache.flink.runtime.rest.handler.legacy.messages with parameters of type ClusterOverviewModifier and TypeMethodDescriptionstatic ClusterOverviewWithVersionClusterOverviewWithVersion.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 ClusterOverviewModifier and TypeMethodDescriptionNonLeaderRetrievalRestfulGateway.requestClusterOverview(Duration timeout) RestfulGateway.requestClusterOverview(Duration timeout) Requests the cluster status overview.