Class Cluster
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.configserver.Cluster
- Author:
- bratseth
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionCluster(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) -
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.config.provision.ClusterResourcescurrent()com.yahoo.config.provision.IntRangecom.yahoo.config.provision.ClusterSpec.Idid()com.yahoo.config.provision.ClusterResourcesmax()com.yahoo.config.provision.ClusterResourcesmin()target()toString()com.yahoo.config.provision.ClusterSpec.Typetype()
-
Constructor Details
-
Cluster
public 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.IntRange groupSize, com.yahoo.config.provision.ClusterResources current, Cluster.Autoscaling target, Cluster.Autoscaling suggested, List<Cluster.ScalingEvent> scalingEvents, Duration scalingDuration)
-
-
Method Details
-
id
public com.yahoo.config.provision.ClusterSpec.Id id() -
type
public com.yahoo.config.provision.ClusterSpec.Type type() -
min
public com.yahoo.config.provision.ClusterResources min() -
max
public com.yahoo.config.provision.ClusterResources max() -
groupSize
public com.yahoo.config.provision.IntRange groupSize() -
current
public com.yahoo.config.provision.ClusterResources current() -
target
-
suggested
-
scalingEvents
-
scalingDuration
-
toString
-