Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Cluster.ScalingEvent
-
Packages that use Cluster.ScalingEvent Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver com.yahoo.vespa.hosted.controller.api.integration.noderepository -
-
Uses of Cluster.ScalingEvent 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 Cluster.ScalingEvent Modifier and Type Method Description List<Cluster.ScalingEvent>Cluster. scalingEvents()Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.configserver with type arguments of type Cluster.ScalingEvent Constructor Description Cluster(com.yahoo.config.provision.ClusterSpec.Id id, com.yahoo.config.provision.ClusterSpec.Type type, com.yahoo.config.provision.ClusterResources min, com.yahoo.config.provision.ClusterResources max, com.yahoo.config.provision.ClusterResources current, Optional<com.yahoo.config.provision.ClusterResources> target, Optional<com.yahoo.config.provision.ClusterResources> suggested, Cluster.Utilization utilization, List<Cluster.ScalingEvent> scalingEvents, String autoscalingStatusCode, String autoscalingStatus, Duration scalingDuration, double maxQueryGrowthRate, double currentQueryFractionOfMax) -
Uses of Cluster.ScalingEvent in com.yahoo.vespa.hosted.controller.api.integration.noderepository
Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository that return Cluster.ScalingEvent Modifier and Type Method Description Cluster.ScalingEventScalingEventData. toScalingEvent()
-