Uses of Class
co.yellowdog.platform.model.WorkerSummary.Builder
Packages that use WorkerSummary.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of WorkerSummary.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return WorkerSummary.BuilderModifier and TypeMethodDescriptionWorkerSummary.Builder.allWorkerClaimsCount
(int allWorkerClaimsCount) The number of claims across all workers in this worker pool.static WorkerSummary.Builder
WorkerSummary.builder()
WorkerSummary.Builder.claimedWorkerCount
(int claimedWorkerCount) The number of workers that are claimed.WorkerSummary.Builder.lastClaimedTime
(Instant lastClaimedTime) The last time one of these workers was claimed.WorkerSummary.Builder.lastReleasedTime
(Instant lastReleasedTime) The last time one of these workers was released.WorkerSummary.Builder.lastUpdatedTime
(Instant lastUpdatedTime) The last time this summary was updated.WorkerSummary.Builder.statusCounts
(Map<WorkerStatus, Long> statusCounts) The number of workers in each status.