Uses of Class
co.yellowdog.platform.model.DoubleRange
Packages that use DoubleRange
Package
Description
Defines types used in the request/response interactions with the YellowDog Scheduler Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of DoubleRange in co.yellowdog.platform.interaction.cloudinfo
Methods in co.yellowdog.platform.interaction.cloudinfo that return DoubleRangeModifier and TypeMethodDescriptionInstanceTypeSearch.getDefaultVcpus()
InstanceTypeSearch.getRamInMib()
Methods in co.yellowdog.platform.interaction.cloudinfo with parameters of type DoubleRangeModifier and TypeMethodDescriptionInstanceTypeSearch.Builder.defaultVcpus
(DoubleRange defaultVcpus) InstanceTypeSearch.Builder.ramInMib
(DoubleRange ramInMib) void
InstanceTypeSearch.setDefaultVcpus
(DoubleRange defaultVcpus) void
InstanceTypeSearch.setRamInMib
(DoubleRange ramInMib) -
Uses of DoubleRange in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return DoubleRangeMethods in co.yellowdog.platform.interaction.scheduler with parameters of type DoubleRangeModifier and TypeMethodDescriptionNodeSearch.Builder.ram
(DoubleRange ram) void
NodeSearch.setRam
(DoubleRange ram) void
NodeSearch.setVcpus
(DoubleRange vcpus) NodeSearch.Builder.vcpus
(DoubleRange vcpus) -
Uses of DoubleRange in co.yellowdog.platform.model
Subclasses with type arguments of type DoubleRange in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new DoubleRange that is automatically validated on build.Methods in co.yellowdog.platform.model that return DoubleRangeModifier and TypeMethodDescriptionDoubleRange.Builder.buildUnchecked()
RunSpecification.getRam()
Range constraint on GB of RAM that are required to execute tasksRunSpecification.getVcpus()
Range constraint on number of vCPUs that are required to execute tasksMethods in co.yellowdog.platform.model with parameters of type DoubleRangeModifier and TypeMethodDescriptionRunSpecification.Builder.ram
(DoubleRange ram) Range constraint on GB of RAM that are required to execute tasksvoid
RunSpecification.setRam
(DoubleRange ram) Range constraint on GB of RAM that are required to execute tasksvoid
RunSpecification.setVcpus
(DoubleRange vcpus) Range constraint on number of vCPUs that are required to execute tasksRunSpecification.Builder.vcpus
(DoubleRange vcpus) Range constraint on number of vCPUs that are required to execute tasks