Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.ApplicationStats
-
Packages that use ApplicationStats Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver com.yahoo.vespa.hosted.controller.api.integration.noderepository -
-
Uses of ApplicationStats in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type ApplicationStats Modifier and Type Method Description List<ApplicationStats>NodeRepoStats. applicationStats()Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.configserver with type arguments of type ApplicationStats Constructor Description NodeRepoStats(Load load, Load activeLoad, List<ApplicationStats> applicationStats) -
Uses of ApplicationStats in com.yahoo.vespa.hosted.controller.api.integration.noderepository
Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository that return ApplicationStats Modifier and Type Method Description ApplicationStatsApplicationStatsData. toApplicationStats()
-