Uses of Enum Class
com.yahoo.config.provision.NodeResources.Architecture
Packages that use NodeResources.Architecture
-
Uses of NodeResources.Architecture in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return NodeResources.ArchitectureModifier and TypeMethodDescriptionCapacityPolicies.Tuning.adminClusterArchitecture()Returns the value of theadminClusterArchitecturerecord component.NodeResources.architecture()static NodeResources.ArchitectureNodeResources.Architecture.getDefault()static NodeResources.ArchitectureReturns the enum constant of this class with the specified name.static NodeResources.Architecture[]NodeResources.Architecture.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.config.provision with parameters of type NodeResources.ArchitectureModifier and TypeMethodDescriptionstatic intNodeResources.Architecture.compare(NodeResources.Architecture a, NodeResources.Architecture b) booleanNodeResources.Architecture.compatibleWith(NodeResources.Architecture other) NodeResources.with(NodeResources.Architecture architecture) Constructors in com.yahoo.config.provision with parameters of type NodeResources.ArchitectureModifierConstructorDescriptionCapacityPolicies(Zone zone, Exclusivity exclusivity, ApplicationId applicationId, NodeResources.Architecture adminClusterArchitecture) NodeResources(double vcpu, double memoryGiB, double diskGb, double bandwidthGbps, NodeResources.DiskSpeed diskSpeed, NodeResources.StorageType storageType, NodeResources.Architecture architecture) NodeResources(double vcpu, double memoryGiB, double diskGb, double bandwidthGbps, NodeResources.DiskSpeed diskSpeed, NodeResources.StorageType storageType, NodeResources.Architecture architecture, NodeResources.GpuResources gpuResources) Tuning(NodeResources.Architecture adminClusterArchitecture, double logserverMemoryGiB) Tuning(NodeResources.Architecture adminClusterArchitecture, double logserverMemoryGiB, double clusterControllerMemoryGiB) Creates an instance of aTuningrecord class.