Uses of Enum
co.yellowdog.platform.model.ComputeRequirementStatus
Packages that use ComputeRequirementStatus
Package
Description
Provides the classes needed to interact with the YellowDog Compute service.
Provides listeners that can be used to observe compute requirements for changes.
Defines types used in the request/response interactions with the YellowDog Compute Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of ComputeRequirementStatus in co.yellowdog.platform.clients.compute
Methods in co.yellowdog.platform.clients.compute with parameters of type ComputeRequirementStatusModifier and TypeMethodDescriptionComputeRequirementHelper.whenRequirementStatusIs(@NonNull ComputeRequirementStatus status) Returns a Future that is completed when the compute requirement status matches the specified status. -
Uses of ComputeRequirementStatus in co.yellowdog.platform.clients.compute.listeners
Methods in co.yellowdog.platform.clients.compute.listeners that return ComputeRequirementStatusModifier and TypeMethodDescriptionComputeRequirementStatusChangedEventListener.EventData.getLatestStatus()The status of the compute requirementConstructors in co.yellowdog.platform.clients.compute.listeners with parameters of type ComputeRequirementStatusModifierConstructorDescriptionEventData(ComputeRequirement computeRequirement, ComputeRequirementStatus latestStatus) Creates a newEventDatainstance. -
Uses of ComputeRequirementStatus in co.yellowdog.platform.interaction.compute
Methods in co.yellowdog.platform.interaction.compute that return ComputeRequirementStatusModifier and TypeMethodDescriptionComputeRequirementSummary.getStatus()The status of this compute requirement.Methods in co.yellowdog.platform.interaction.compute that return types with arguments of type ComputeRequirementStatusModifier and TypeMethodDescriptionComputeRequirementsSummary.getStatusCounts()List<@NotNull ComputeRequirementStatus> ComputeRequirementSearch.getStatuses()List<@NotNull ComputeRequirementStatus> ComputeRequirementSummarySearch.getStatuses()Methods in co.yellowdog.platform.interaction.compute with parameters of type ComputeRequirementStatusModifier and TypeMethodDescriptionvoidComputeRequirementSummary.setStatus(ComputeRequirementStatus status) The status of this compute requirement.ComputeRequirementSummary.Builder.status(ComputeRequirementStatus status) The status of this compute requirement.Method parameters in co.yellowdog.platform.interaction.compute with type arguments of type ComputeRequirementStatusModifier and TypeMethodDescriptionvoidComputeRequirementSearch.setStatuses(List<@NotNull ComputeRequirementStatus> statuses) voidComputeRequirementSummarySearch.setStatuses(List<@NotNull ComputeRequirementStatus> statuses) ComputeRequirementsSummary.Builder.statusCounts(Map<ComputeRequirementStatus, Integer> statusCounts) ComputeRequirementSearch.Builder.statuses(List<@NotNull ComputeRequirementStatus> statuses) ComputeRequirementSummarySearch.Builder.statuses(List<@NotNull ComputeRequirementStatus> statuses) -
Uses of ComputeRequirementStatus in co.yellowdog.platform.model
Subclasses with type arguments of type ComputeRequirementStatus in co.yellowdog.platform.modelModifier and TypeClassDescriptionenumDescribes the status of a compute requirement.Methods in co.yellowdog.platform.model that return ComputeRequirementStatusModifier and TypeMethodDescriptionComputeRequirement.getNextStatus()The next status of this compute requirement when a status transition is being requested.ComputeRequirement.getStatus()The status of this compute requirement.static ComputeRequirementStatusReturns the enum constant of this type with the specified name.static ComputeRequirementStatus[]ComputeRequirementStatus.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 ComputeRequirementStatusModifier and TypeMethodDescriptionvoidComputeRequirement.setNextStatus(ComputeRequirementStatus nextStatus) The next status of this compute requirement when a status transition is being requested.voidComputeRequirement.setStatus(ComputeRequirementStatus status) The status of this compute requirement.