Uses of Annotation Type
co.yellowdog.platform.model.beanvalidation.ValidatedBy
Packages that use ValidatedBy
Package
Description
Defines types used in the request/response interactions with the YellowDog Object Store Service.
Defines types used in the request/response interactions with the YellowDog Scheduler Service.
Provides the types that define the YellowDog Platform data model.
Contains types to support JSR-303 validation of YellowDog objects.
-
Uses of ValidatedBy in co.yellowdog.platform.interaction.metrics
Classes in co.yellowdog.platform.interaction.metrics with annotations of type ValidatedBy -
Uses of ValidatedBy in co.yellowdog.platform.interaction.objectstore
Classes in co.yellowdog.platform.interaction.objectstore with annotations of type ValidatedBy -
Uses of ValidatedBy in co.yellowdog.platform.interaction.scheduler
Classes in co.yellowdog.platform.interaction.scheduler with annotations of type ValidatedByModifier and TypeClassDescriptionclass
class
-
Uses of ValidatedBy in co.yellowdog.platform.interaction.usage
Classes in co.yellowdog.platform.interaction.usage with annotations of type ValidatedByModifier and TypeClassDescriptionclass
class
class
-
Uses of ValidatedBy in co.yellowdog.platform.model
Classes in co.yellowdog.platform.model with annotations of type ValidatedByModifier and TypeClassDescriptionclass
class
interface
Derives fromComputeSource
to provide the interface for all AWS compute source model objects.class
Defines a source of compute provisioned using an AWS EC2 Fleet request.class
Defines a source of compute composed of AWS EC2 instances using the RunInstances API.class
interface
Derives fromComputeSource
to provide the interface for all Azure compute source model objects.class
Defines the requirement for compute resource and chosen options for how to provision it.class
interface
class
interface
Derives fromComputeSource
to provide the interface for all Google Compute Engine (GCE) compute source model objects.class
Defines a source of compute composed of Google Compute Engine (GCE) instances individually provisioned.class
Defines a family of versions of machine image groups.class
Defines a group of functionally equivalent machine images across different provider/region environments.class
class
class
class
class
class
Defines properties to determine the behaviour that the Scheduler service should use when managing a provisioned worker pool.interface
Range<T extends Comparable<? super T>>
class
class
Specifies the behaviours to be used by the YellowDog Scheduler when executing Tasks within the associated TaskGroup.class
class
class
class
class
Defines a task to be executed as part of a WorkRequirement.class
Defines task inputs to be downloaded prior to worker execution of the task.class
Defines task outputs to be uploaded following worker execution of theclass
class
Defines the requirement for work to be done with specifications on how it should be executed. -
Uses of ValidatedBy in co.yellowdog.platform.model.beanvalidation
Classes in co.yellowdog.platform.model.beanvalidation that implement interfaces with type arguments of type ValidatedByModifier and TypeClassDescriptionclass
Performs custom validation of objects using type-specific concrete implementations of CustomValidatorMethods in co.yellowdog.platform.model.beanvalidation with parameters of type ValidatedByModifier and TypeMethodDescriptionvoid
ValidatedByValidator.initialize
(@NonNull ValidatedBy validatedBy)