Uses of Enum
co.yellowdog.platform.model.WorkerPoolStatus
Packages that use WorkerPoolStatus
Package
Description
Provides the classes needed to interact with the YellowDog Scheduler service.
Defines types used in the request/response interactions with the YellowDog Scheduler Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of WorkerPoolStatus in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler with parameters of type WorkerPoolStatusModifier and TypeMethodDescriptionWorkerPoolHelper.whenWorkerPoolStatusIs(@NonNull WorkerPoolStatus status) -
Uses of WorkerPoolStatus in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return WorkerPoolStatusMethods in co.yellowdog.platform.interaction.scheduler that return types with arguments of type WorkerPoolStatusModifier and TypeMethodDescriptionWorkerPoolDashboardSummary.getStatusCounts()List<@NotNull WorkerPoolStatus> WorkerPoolSearch.getStatuses()Methods in co.yellowdog.platform.interaction.scheduler with parameters of type WorkerPoolStatusModifier and TypeMethodDescriptionvoidWorkerPoolSummary.setStatus(WorkerPoolStatus status) The status of the worker pool.WorkerPoolSummary.Builder.status(WorkerPoolStatus status) The status of the worker pool.Method parameters in co.yellowdog.platform.interaction.scheduler with type arguments of type WorkerPoolStatusModifier and TypeMethodDescriptionvoidWorkerPoolSearch.setStatuses(List<@NotNull WorkerPoolStatus> statuses) WorkerPoolSearch.Builder.statuses(List<@NotNull WorkerPoolStatus> statuses) Constructor parameters in co.yellowdog.platform.interaction.scheduler with type arguments of type WorkerPoolStatusModifierConstructorDescriptionWorkerPoolDashboardSummary(Map<WorkerPoolStatus, Integer> statusCounts, boolean errors) -
Uses of WorkerPoolStatus in co.yellowdog.platform.model
Subclasses with type arguments of type WorkerPoolStatus in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return WorkerPoolStatusModifier and TypeMethodDescriptionConfiguredWorkerPool.getStatus()ProvisionedWorkerPool.getStatus()WorkerPool.getStatus()The worker pool status.static WorkerPoolStatusReturns the enum constant of this type with the specified name.static WorkerPoolStatus[]WorkerPoolStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type WorkerPoolStatusModifier and TypeMethodDescriptionvoidConfiguredWorkerPool.setStatus(WorkerPoolStatus status) voidProvisionedWorkerPool.setStatus(WorkerPoolStatus status) ConfiguredWorkerPool.Builder.status(WorkerPoolStatus status) ProvisionedWorkerPool.Builder.status(WorkerPoolStatus status)