Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Load
-
Packages that use Load Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver com.yahoo.vespa.hosted.controller.api.integration.noderepository -
-
Uses of Load in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return Load Modifier and Type Method Description LoadNodeRepoStats. activeLoad()LoadApplicationStats. load()LoadNodeRepoStats. load()static LoadLoad. zero()Constructors in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type Load Constructor Description ApplicationStats(com.yahoo.config.provision.ApplicationId id, Load load, double cost, double unutilizedCost)NodeRepoStats(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 Modifier and Type Method Description LoadLoadData. toLoad()
-