Uses of Enum
co.yellowdog.platform.model.NodeStatus
Packages that use NodeStatus
Package
Description
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 NodeStatus in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return types with arguments of type NodeStatusMethods in co.yellowdog.platform.interaction.scheduler with parameters of type NodeStatusMethod parameters in co.yellowdog.platform.interaction.scheduler with type arguments of type NodeStatusModifier and TypeMethodDescriptionvoid
NodeSearch.setStatuses
(List<NodeStatus> statuses) NodeSearch.Builder.statuses
(Collection<? extends NodeStatus> statuses) -
Uses of NodeStatus in co.yellowdog.platform.model
Subclasses with type arguments of type NodeStatus in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return NodeStatusModifier and TypeMethodDescriptionNode.getStatus()
The status of this instance.static NodeStatus
Returns the enum constant of this type with the specified name.static NodeStatus[]
NodeStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model that return types with arguments of type NodeStatusModifier and TypeMethodDescriptionNodeSummary.getStatusCounts()
The number of nodes in each status.Methods in co.yellowdog.platform.model with parameters of type NodeStatusModifier and TypeMethodDescriptionvoid
Node.setStatus
(NodeStatus status) The status of this instance.Node.Builder.status
(NodeStatus status) The status of this instance.Method parameters in co.yellowdog.platform.model with type arguments of type NodeStatusModifier and TypeMethodDescriptionvoid
NodeSummary.setStatusCounts
(Map<NodeStatus, Long> statusCounts) The number of nodes in each status.NodeSummary.Builder.statusCounts
(Map<NodeStatus, Long> statusCounts) The number of nodes in each status.Constructor parameters in co.yellowdog.platform.model with type arguments of type NodeStatusModifierConstructorDescriptionNodeSummary
(Map<NodeStatus, Long> statusCounts, Map<NodeActionQueueStatus, Long> actionQueueStatuses, Instant lastUpdatedTime) Creates a newNodeSummary
instance.