Uses of Class
org.apache.flink.runtime.resourcemanager.ResourceOverview
-
Packages that use ResourceOverview Package Description org.apache.flink.runtime.messages.webmonitor This package contains the actor messages that are sent between the JobManager and components that are interested in the status of the JobManager.org.apache.flink.runtime.minicluster org.apache.flink.runtime.resourcemanager -
-
Uses of ResourceOverview in org.apache.flink.runtime.messages.webmonitor
Constructors in org.apache.flink.runtime.messages.webmonitor with parameters of type ResourceOverview Constructor Description ClusterOverview(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 Modifier and Type Method Description CompletableFuture<ResourceOverview>
MiniCluster. getResourceOverview()
-
Uses of ResourceOverview in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return ResourceOverview Modifier and Type Method Description static ResourceOverview
ResourceOverview. empty()
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type ResourceOverview Modifier and Type Method Description CompletableFuture<ResourceOverview>
ResourceManager. requestResourceOverview(Duration timeout)
CompletableFuture<ResourceOverview>
ResourceManagerGateway. requestResourceOverview(Duration timeout)
Requests the resource overview.
-