Uses of Class
co.yellowdog.platform.interaction.scheduler.WorkerPoolSummary.Builder
Packages that use WorkerPoolSummary.Builder
Package
Description
Defines types used in the request/response interactions with the YellowDog Scheduler Service.
-
Uses of WorkerPoolSummary.Builder in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return WorkerPoolSummary.BuilderModifier and TypeMethodDescriptionstatic WorkerPoolSummary.Builder
WorkerPoolSummary.builder()
WorkerPoolSummary.Builder.claimedWorkerCount
(int claimedWorkerCount) The count of workers within the worker pool that have been claimed by one or more task groups.WorkerPoolSummary.Builder.createdTime
(Instant createdTime) The date and time when the worker pool was first created.WorkerPoolSummary.Builder.healthy
(boolean healthy) Indicates if the worker pool is healthy.The name used to uniquely identify the worker pool.The namespace that the worker pool is associated withWorkerPoolSummary.Builder.registeredNodeCount
(int registeredNodeCount) The count of nodes that have registered with the worker pool.WorkerPoolSummary.Builder.registeredWorkerCount
(int registeredWorkerCount) The count of workers that have registered with the worker pool.WorkerPoolSummary.Builder.status
(WorkerPoolStatus status) The status of the worker pool.The type of the worker pool.WorkerPoolSummary.Builder.workingWorkerCount
(int workingWorkerCount) The count of workers within the worker pool that are currently doing a task.