Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Load
Packages that use Load
Package
Description
-
Uses of Load in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return LoadModifier and TypeMethodDescriptionNodeRepoStats.activeLoad()Cluster.Autoscaling.ideal()ApplicationStats.load()NodeRepoStats.load()Cluster.Autoscaling.peak()static LoadLoad.zero()Constructors in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type LoadModifierConstructorDescriptionApplicationStats(com.yahoo.config.provision.ApplicationId id, Load load, double cost, double unutilizedCost) Autoscaling(String status, String description, Optional<com.yahoo.config.provision.ClusterResources> resources, Instant at, Load peak, Load ideal, Cluster.Autoscaling.Metrics metrics) NodeRepoStats(double totalCost, double totalAllocatedCost, Load load, Load activeLoad, List<ApplicationStats> applicationStats) -
Uses of Load in com.yahoo.vespa.hosted.controller.api.integration.noderepository
Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository that return Load