Uses of Class
com.yahoo.config.provision.ClusterResources
Packages that use ClusterResources
-
Uses of ClusterResources in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return ClusterResourcesModifier and TypeMethodDescriptionClusterResources.justNumbers()Capacity.maxResources()Capacity.minResources()CapacityPolicies.specifyFully(ClusterResources resources, ClusterSpec clusterSpec) ClusterResources.with(NodeResources resources) ClusterResources.withGroups(int groups) ClusterResources.withNodes(int nodes) Methods in com.yahoo.config.provision with parameters of type ClusterResourcesModifier and TypeMethodDescriptionstatic CapacityCapacity.from(ClusterResources resources) Create a non-required, failable capacity requeststatic CapacityCapacity.from(ClusterResources resources, boolean required, boolean canFail) static CapacityCapacity.from(ClusterResources resources, boolean required, boolean canFail, Duration hostTTL) static CapacityCapacity.from(ClusterResources min, ClusterResources max) Create a non-required, failable capacity requeststatic CapacityCapacity.from(ClusterResources min, ClusterResources max, boolean required, boolean canFail) static CapacityCapacity.from(ClusterResources min, ClusterResources max, boolean required, boolean canFail, Optional<CloudAccount> cloudAccount) static CapacityCapacity.from(ClusterResources min, ClusterResources max, IntRange groupSize) static CapacityCapacity.from(ClusterResources min, ClusterResources max, IntRange groupSize, boolean required, boolean canFail, Optional<CloudAccount> cloudAccount) static CapacityCapacity.from(ClusterResources min, ClusterResources max, IntRange groupSize, boolean required, boolean canFail, Optional<CloudAccount> cloudAccount, ClusterInfo clusterInfo) booleanClusterResources.isWithin(ClusterResources min, ClusterResources max) Returns true if this is within the given limits (inclusive) and is compatible with thembooleanClusterResources.smallerThan(ClusterResources other) Returns true if this is smaller than the given resources in any dimensionCapacityPolicies.specifyFully(ClusterResources resources, ClusterSpec clusterSpec) Capacity.withLimits(ClusterResources min, ClusterResources max) Capacity.withLimits(ClusterResources min, ClusterResources max, IntRange groupSize)