Uses of Interface
co.yellowdog.platform.model.NodeAction
Packages that use NodeAction
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 NodeAction in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler with parameters of type NodeActionModifier and TypeMethodDescriptionvoid
WorkerPoolClient.addNodeActions
(WorkerPool workerPool, NodeAction... actions) Adds the specified node actions to be performed for the specified worker pool.void
WorkerPoolClient.addNodeActions
(String workerPoolId, NodeAction... actions) Adds the specified node actions to be performed for the specified worker pool.void
WorkerPoolClientImpl.addNodeActions
(@NonNull WorkerPool workerPool, NodeAction... actions) void
WorkerPoolClientImpl.addNodeActions
(@NonNull String workerPoolId, NodeAction... actions) void
WorkerPoolClient.addNodeActionsForNode
(Node node, NodeAction... actions) Adds node actions to be performed for the specified node.void
WorkerPoolClient.addNodeActionsForNode
(String workerPoolId, String nodeId, NodeAction... actions) Adds node actions to be performed for the specified node.void
WorkerPoolClientImpl.addNodeActionsForNode
(@NonNull Node node, NodeAction... actions) void
WorkerPoolClientImpl.addNodeActionsForNode
(@NonNull String workerPoolId, @NonNull String nodeId, NodeAction... actions) -
Uses of NodeAction in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return NodeActionMethods in co.yellowdog.platform.interaction.scheduler that return types with arguments of type NodeActionModifier and TypeMethodDescriptionNodeActionQueueSnapshot.getExecuting()
NodeActionQueueSnapshot.getWaiting()
Methods in co.yellowdog.platform.interaction.scheduler with parameters of type NodeActionMethod parameters in co.yellowdog.platform.interaction.scheduler with type arguments of type NodeActionModifier and TypeMethodDescriptionNodeActionQueueSnapshot.Builder.executing
(List<NodeAction> executing) NodeActionQueueSnapshot.Builder.waiting
(List<NodeAction> waiting) -
Uses of NodeAction in co.yellowdog.platform.model
Classes in co.yellowdog.platform.model with type parameters of type NodeActionClasses in co.yellowdog.platform.model that implement NodeActionModifier and TypeClassDescriptionclass
class
class
Methods in co.yellowdog.platform.model that return types with arguments of type NodeActionModifier and TypeMethodDescriptionList
<@NotNull @Valid NodeAction> NodeActionGroup.getActions()
NodeAction.Builder
<? extends NodeAction> NodeAction.toBuilder()
Methods in co.yellowdog.platform.model with parameters of type NodeActionModifier and TypeMethodDescriptionNodeActionGroup.Builder.action
(NodeAction action) NodeActionGroup.Builder.actions
(NodeAction... actions) WorkerPoolNodeConfiguration.Builder.nodeEvent
(NodeEvent event, NodeAction... actions) Method parameters in co.yellowdog.platform.model with type arguments of type NodeActionModifier and TypeMethodDescriptionNodeActionGroup.Builder.actions
(@NonNull Collection<NodeAction> actions) void
NodeActionGroup.setActions
(List<@NotNull @Valid NodeAction> actions)