Uses of Class
co.yellowdog.platform.model.InstantRange
Packages that use InstantRange
Package
Description
Defines types used in the request/response interactions with the YellowDog Compute Service.
Defines types used in the request/response interactions with the YellowDog Images Service.
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 InstantRange in co.yellowdog.platform.interaction.compute
Methods in co.yellowdog.platform.interaction.compute that return InstantRangeModifier and TypeMethodDescriptionComputeRequirementSearch.getCreatedTime()
ComputeRequirementSummarySearch.getCreatedTime()
Methods in co.yellowdog.platform.interaction.compute with parameters of type InstantRangeModifier and TypeMethodDescriptionComputeRequirementSearch.Builder.createdTime
(InstantRange createdTime) ComputeRequirementSummarySearch.Builder.createdTime
(InstantRange createdTime) void
ComputeRequirementSearch.setCreatedTime
(InstantRange createdTime) void
ComputeRequirementSummarySearch.setCreatedTime
(InstantRange createdTime) -
Uses of InstantRange in co.yellowdog.platform.interaction.images
Methods in co.yellowdog.platform.interaction.images that return InstantRangeModifier and TypeMethodDescriptionMachineImageFamilySearch.getFamilyCreatedTime()
MachineImageFamilySearch.getGroupCreatedTime()
MachineImageFamilySearch.getImageCreatedTime()
Methods in co.yellowdog.platform.interaction.images with parameters of type InstantRangeModifier and TypeMethodDescriptionMachineImageFamilySearch.Builder.familyCreatedTime
(InstantRange familyCreatedTime) MachineImageFamilySearch.Builder.groupCreatedTime
(InstantRange groupCreatedTime) MachineImageFamilySearch.Builder.imageCreatedTime
(InstantRange imageCreatedTime) void
MachineImageFamilySearch.setFamilyCreatedTime
(InstantRange familyCreatedTime) void
MachineImageFamilySearch.setGroupCreatedTime
(InstantRange groupCreatedTime) void
MachineImageFamilySearch.setImageCreatedTime
(InstantRange imageCreatedTime) -
Uses of InstantRange in co.yellowdog.platform.interaction.metrics
Methods in co.yellowdog.platform.interaction.metrics that return InstantRangeMethods in co.yellowdog.platform.interaction.metrics with parameters of type InstantRangeModifier and TypeMethodDescriptionvoid
MeasurementSearch.setTimestamp
(InstantRange timestamp) MeasurementSearch.Builder.timestamp
(InstantRange timestamp) -
Uses of InstantRange in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return InstantRangeModifier and TypeMethodDescriptionWorkerPoolSearch.getCreatedTime()
WorkRequirementSearch.getCreatedTime()
TaskSearch.getFinishedTime()
TaskSearch.getStartedTime()
NodeSearch.getWorkerRegisteredTime()
Methods in co.yellowdog.platform.interaction.scheduler with parameters of type InstantRangeModifier and TypeMethodDescriptionWorkerPoolSearch.Builder.createdTime
(InstantRange createdTime) WorkRequirementSearch.Builder.createdTime
(InstantRange createdTime) TaskSearch.Builder.finishedTime
(InstantRange finishedTime) void
WorkerPoolSearch.setCreatedTime
(InstantRange createdTime) void
WorkRequirementSearch.setCreatedTime
(InstantRange createdTime) void
TaskSearch.setFinishedTime
(InstantRange finishedTime) void
TaskSearch.setStartedTime
(InstantRange startedTime) void
NodeSearch.setWorkerRegisteredTime
(InstantRange workerRegisteredTime) TaskSearch.Builder.startedTime
(InstantRange startedTime) NodeSearch.Builder.workerRegisteredTime
(InstantRange workerRegisteredTime) -
Uses of InstantRange in co.yellowdog.platform.interaction.usage
Methods in co.yellowdog.platform.interaction.usage that return InstantRangeModifier and TypeMethodDescriptionAllowanceSearch.getEffectiveFrom()
AllowanceSearch.getEffectiveUntil()
Methods in co.yellowdog.platform.interaction.usage with parameters of type InstantRangeModifier and TypeMethodDescriptionAllowanceSearch.Builder.effectiveFrom
(InstantRange effectiveFrom) AllowanceSearch.Builder.effectiveUntil
(InstantRange effectiveUntil) void
AllowanceSearch.setEffectiveFrom
(InstantRange effectiveFrom) void
AllowanceSearch.setEffectiveUntil
(InstantRange effectiveUntil) -
Uses of InstantRange in co.yellowdog.platform.model
Subclasses with type arguments of type InstantRange in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new InstantRange that is automatically validated on build.Methods in co.yellowdog.platform.model that return InstantRange