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 TypeMethodDescriptionvoidWorkerPoolClient.addNodeActions(WorkerPool workerPool, NodeAction... actions) Adds the specified node actions to be performed for the specified worker pool.voidWorkerPoolClient.addNodeActions(String workerPoolId, NodeAction... actions) Adds the specified node actions to be performed for the specified worker pool.voidWorkerPoolClientImpl.addNodeActions(@NonNull WorkerPool workerPool, NodeAction... actions) voidWorkerPoolClientImpl.addNodeActions(@NonNull String workerPoolId, NodeAction... actions) voidWorkerPoolClient.addNodeActionsForNode(Node node, NodeAction... actions) Adds node actions to be performed for the specified node.voidWorkerPoolClient.addNodeActionsForNode(String workerPoolId, String nodeId, NodeAction... actions) Adds node actions to be performed for the specified node.voidWorkerPoolClientImpl.addNodeActionsForNode(@NonNull Node node, NodeAction... actions) voidWorkerPoolClientImpl.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 TypeClassDescriptionclassclassclassMethods 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) voidNodeActionGroup.setActions(List<@NotNull @Valid NodeAction> actions)