Uses of Class
co.yellowdog.platform.model.NodeWorkerTarget
Packages that use NodeWorkerTarget
Package
Description
Provides the types that define the YellowDog Platform data model.
Provides custom validators containing extended validation logic for certain model types
-
Uses of NodeWorkerTarget in co.yellowdog.platform.model
Subclasses with type arguments of type NodeWorkerTarget in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new NodeWorkerTarget that is automatically validated on build.Methods in co.yellowdog.platform.model that return NodeWorkerTargetModifier and TypeMethodDescriptionNodeWorkerTarget.Builder.buildUnchecked()
ProvisionedWorkerPoolProperties.getCreateNodeWorkers()
How many workers to create on each node.NodeCreateWorkersAction.getNodeWorkers()
Methods in co.yellowdog.platform.model with parameters of type NodeWorkerTargetModifier and TypeMethodDescriptionProvisionedWorkerPoolProperties.Builder.createNodeWorkers
(NodeWorkerTarget createNodeWorkers) How many workers to create on each node.NodeCreateWorkersAction.Builder.nodeWorkers
(NodeWorkerTarget nodeWorkers) void
ProvisionedWorkerPoolProperties.setCreateNodeWorkers
(NodeWorkerTarget createNodeWorkers) How many workers to create on each node.void
NodeCreateWorkersAction.setNodeWorkers
(NodeWorkerTarget nodeWorkers) -
Uses of NodeWorkerTarget in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type NodeWorkerTarget in co.yellowdog.platform.model.validation.customvalidators