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) voidComputeRequirementSearch.setCreatedTime(InstantRange createdTime) voidComputeRequirementSummarySearch.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) voidMachineImageFamilySearch.setFamilyCreatedTime(InstantRange familyCreatedTime) voidMachineImageFamilySearch.setGroupCreatedTime(InstantRange groupCreatedTime) voidMachineImageFamilySearch.setImageCreatedTime(InstantRange imageCreatedTime) -
Uses of InstantRange in co.yellowdog.platform.interaction.logs
Methods in co.yellowdog.platform.interaction.logs that return InstantRangeMethods in co.yellowdog.platform.interaction.logs with parameters of type InstantRangeModifier and TypeMethodDescriptionGetLogsRequest.Builder.range(InstantRange range) voidGetLogsRequest.setRange(InstantRange range) -
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 TypeMethodDescriptionvoidMeasurementSearch.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()NodeSearch.getDeregisteredTime()TaskSearch.getFinishedTime()NodeSearch.getPreemptionWarningTime()NodeSearch.getRegisteredTime()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) NodeSearch.Builder.deregisteredTime(InstantRange deregisteredTime) TaskSearch.Builder.finishedTime(InstantRange finishedTime) NodeSearch.Builder.preemptionWarningTime(InstantRange preemptionWarningTime) NodeSearch.Builder.registeredTime(InstantRange registeredTime) voidWorkerPoolSearch.setCreatedTime(InstantRange createdTime) voidWorkRequirementSearch.setCreatedTime(InstantRange createdTime) voidNodeSearch.setDeregisteredTime(InstantRange deregisteredTime) voidTaskSearch.setFinishedTime(InstantRange finishedTime) voidNodeSearch.setPreemptionWarningTime(InstantRange preemptionWarningTime) voidNodeSearch.setRegisteredTime(InstantRange registeredTime) voidTaskSearch.setStartedTime(InstantRange startedTime) voidNodeSearch.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) voidAllowanceSearch.setEffectiveFrom(InstantRange effectiveFrom) voidAllowanceSearch.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 classA 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