Uses of Enum
co.yellowdog.platform.model.NodeActionQueueStatus
Packages that use NodeActionQueueStatus
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 NodeActionQueueStatus in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return NodeActionQueueStatusMethods in co.yellowdog.platform.interaction.scheduler with parameters of type NodeActionQueueStatusModifier and TypeMethodDescriptionNodeActionQueueSnapshot.Builder.status
(NodeActionQueueStatus status) -
Uses of NodeActionQueueStatus in co.yellowdog.platform.model
Subclasses with type arguments of type NodeActionQueueStatus in co.yellowdog.platform.modelModifier and TypeClassDescriptionenum
The status of the action queue for a specific node.Methods in co.yellowdog.platform.model that return NodeActionQueueStatusModifier and TypeMethodDescriptionNode.getActionQueueStatus()
The status of the action queue for the node.static NodeActionQueueStatus
Returns the enum constant of this type with the specified name.static NodeActionQueueStatus[]
NodeActionQueueStatus.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 NodeActionQueueStatusModifier and TypeMethodDescriptionNodeSummary.getActionQueueStatuses()
The number of nodes with each action queue status.Methods in co.yellowdog.platform.model with parameters of type NodeActionQueueStatusModifier and TypeMethodDescriptionNode.Builder.actionQueueStatus
(NodeActionQueueStatus actionQueueStatus) The status of the action queue for the node.void
Node.setActionQueueStatus
(NodeActionQueueStatus actionQueueStatus) The status of the action queue for the node.Method parameters in co.yellowdog.platform.model with type arguments of type NodeActionQueueStatusModifier and TypeMethodDescriptionNodeSummary.Builder.actionQueueStatuses
(Map<NodeActionQueueStatus, Long> actionQueueStatuses) The number of nodes with each action queue status.void
NodeSummary.setActionQueueStatuses
(Map<NodeActionQueueStatus, Long> actionQueueStatuses) The number of nodes with each action queue status.