Uses of Class
co.yellowdog.platform.model.WorkerSummary
Packages that use WorkerSummary
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of WorkerSummary in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return WorkerSummaryModifier and TypeMethodDescriptionWorkerSummary.Builder.build()
ConfiguredWorkerPool.getWorkerSummary()
ProvisionedWorkerPool.getWorkerSummary()
WorkerPool.getWorkerSummary()
The summary of the workers in this worker pool.Methods in co.yellowdog.platform.model with parameters of type WorkerSummaryModifier and TypeMethodDescriptionvoid
ConfiguredWorkerPool.setWorkerSummary
(WorkerSummary workerSummary) void
ProvisionedWorkerPool.setWorkerSummary
(WorkerSummary workerSummary) ConfiguredWorkerPool.Builder.workerSummary
(WorkerSummary workerSummary) ProvisionedWorkerPool.Builder.workerSummary
(WorkerSummary workerSummary)