Uses of Class
org.apache.flink.runtime.resourcemanager.ResourceOverview
Packages that use ResourceOverview
Package
Description
This package contains the actor messages that are sent between the JobManager and components that
are interested in the status of the JobManager.
-
Uses of ResourceOverview in org.apache.flink.runtime.messages.webmonitor
Constructors in org.apache.flink.runtime.messages.webmonitor with parameters of type ResourceOverviewModifierConstructorDescriptionClusterOverview(ResourceOverview resourceOverview, JobsOverview jobsOverview) -
Uses of ResourceOverview in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return types with arguments of type ResourceOverview -
Uses of ResourceOverview in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return ResourceOverviewMethods in org.apache.flink.runtime.resourcemanager that return types with arguments of type ResourceOverviewModifier and TypeMethodDescriptionResourceManager.requestResourceOverview(Duration timeout) ResourceManagerGateway.requestResourceOverview(Duration timeout) Requests the resource overview.