Uses of Enum Class
com.yahoo.config.provision.NodeResources.StorageType
Packages that use NodeResources.StorageType
-
Uses of NodeResources.StorageType in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return NodeResources.StorageTypeModifier and TypeMethodDescriptionstatic NodeResources.StorageTypeNodeResources.StorageType.getDefault()NodeResources.storageType()static NodeResources.StorageTypeReturns the enum constant of this class with the specified name.static NodeResources.StorageType[]NodeResources.StorageType.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.StorageTypeModifier and TypeMethodDescriptionstatic intNodeResources.StorageType.compare(NodeResources.StorageType a, NodeResources.StorageType b) Compares storage type by cost: Remote is cheaper, and therefore before.booleanNodeResources.StorageType.compatibleWith(NodeResources.StorageType other) NodeResources.with(NodeResources.StorageType storageType) Constructors in com.yahoo.config.provision with parameters of type NodeResources.StorageTypeModifierConstructorDescriptionNodeResources(double vcpu, double memoryGiB, double diskGb, double bandwidthGbps, NodeResources.DiskSpeed diskSpeed, NodeResources.StorageType storageType) 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)