Uses of Class
co.yellowdog.platform.model.ProvisionedWorkerPool
Packages that use ProvisionedWorkerPool
Package
Description
Provides the classes needed to interact with the YellowDog Scheduler service.
Provides the types that define the YellowDog Platform data model.
-
Uses of ProvisionedWorkerPool in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler that return ProvisionedWorkerPoolModifier and TypeMethodDescriptionWorkerPoolClient.provisionWorkerPool
(ComputeRequirementTemplateUsage computeRequirementTemplateUsage) Requests that the supplied compute requirement template request is used to provision a worker pool.WorkerPoolClient.provisionWorkerPool
(ComputeRequirementTemplateUsage computeRequirementTemplateUsage, ProvisionedWorkerPoolProperties provisionedProperties) Requests that the supplied compute requirement template request is used to provision a worker pool.WorkerPoolClientImpl.provisionWorkerPool
(@NonNull ComputeRequirementTemplateUsage computeRequirementTemplateUsage) WorkerPoolClientImpl.provisionWorkerPool
(@NonNull ComputeRequirementTemplateUsage computeRequirementTemplateUsage, ProvisionedWorkerPoolProperties provisionedProperties) WorkerPoolClient.resizeWorkerPool
(ProvisionedWorkerPool workerPool, int size) Resizes the specified worker pool to the given number of nodes.WorkerPoolClient.resizeWorkerPool
(String workerPoolId, int size) Resizes the specified worker pool to the given number of nodes.WorkerPoolClientImpl.resizeWorkerPool
(@NonNull ProvisionedWorkerPool workerPool, int size) WorkerPoolClientImpl.resizeWorkerPool
(@NonNull String workerPoolId, int size) Methods in co.yellowdog.platform.clients.scheduler with parameters of type ProvisionedWorkerPoolModifier and TypeMethodDescriptionWorkerPoolClient.resizeWorkerPool
(ProvisionedWorkerPool workerPool, int size) Resizes the specified worker pool to the given number of nodes.WorkerPoolClientImpl.resizeWorkerPool
(@NonNull ProvisionedWorkerPool workerPool, int size) -
Uses of ProvisionedWorkerPool in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return ProvisionedWorkerPool