Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Cluster.ScalingEvent
Packages that use Cluster.ScalingEvent
Package
Description
-
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.ScalingEventConstructor parameters in com.yahoo.vespa.hosted.controller.api.integration.configserver with type arguments of type Cluster.ScalingEventModifierConstructorDescriptionCluster(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.IntRange groupSize, com.yahoo.config.provision.ClusterResources current, Cluster.Autoscaling target, Cluster.Autoscaling suggested, List<Cluster.ScalingEvent> scalingEvents, Duration scalingDuration) -
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 -
Uses of Cluster.ScalingEvent in com.yahoo.vespa.hosted.controller.api.integration.resource
Methods in com.yahoo.vespa.hosted.controller.api.integration.resource that return types with arguments of type Cluster.ScalingEventModifier and TypeMethodDescriptionResourceDatabaseClient.scalingEvents(Instant from, Instant to, DeploymentId deploymentId) ResourceDatabaseClientMock.scalingEvents(Instant from, Instant to, DeploymentId deploymentId) Method parameters in com.yahoo.vespa.hosted.controller.api.integration.resource with type arguments of type Cluster.ScalingEventModifier and TypeMethodDescriptionvoidResourceDatabaseClient.writeScalingEvents(ClusterId clusterId, Collection<Cluster.ScalingEvent> scalingEvents) voidResourceDatabaseClientMock.writeScalingEvents(ClusterId clusterId, Collection<Cluster.ScalingEvent> scalingEvents)