Uses of Class
com.yahoo.config.provision.IntRange
Packages that use IntRange
-
Uses of IntRange in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return IntRangeModifier and TypeMethodDescriptionstatic IntRangeIntRange.empty()static IntRangeIntRange.from(int from) static IntRangeParses a value ("value"), value range ("[min-value?IntRange.fromAtMost(int minLimit) Returns this with a 'from' limit which is at most the given valueCapacity.groupSize()static IntRangeIntRange.of(int fromTo) static IntRangeIntRange.of(int from, int to) static IntRangeIntRange.to(int to) IntRange.toAtLeast(int maxLimit) Returns this with a 'to' limit which is at least the given valueMethods in com.yahoo.config.provision with parameters of type IntRangeModifier and TypeMethodDescriptionstatic 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) Capacity.withLimits(ClusterResources min, ClusterResources max, IntRange groupSize)