Uses of Class
co.yellowdog.platform.model.NodeActionGroup
Packages that use NodeActionGroup
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 NodeActionGroup in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler with parameters of type NodeActionGroupModifier and TypeMethodDescriptionvoidWorkerPoolClient.addNodeActions(WorkerPool workerPool, NodeActionGroup... actionGroups) Adds the specified groups of node actions to be performed for the specified worker pool.voidWorkerPoolClient.addNodeActions(String workerPoolId, NodeActionGroup... actionGroups) Adds the specified groups of node actions to be performed for the specified worker pool.voidWorkerPoolClientImpl.addNodeActions(@NonNull WorkerPool workerPool, NodeActionGroup... actionGroups) voidWorkerPoolClientImpl.addNodeActions(@NonNull String workerPoolId, NodeActionGroup... actionGroups) Method parameters in co.yellowdog.platform.clients.scheduler with type arguments of type NodeActionGroupModifier and TypeMethodDescriptionvoidWorkerPoolClient.addNodeActions(WorkerPool workerPool, List<NodeActionGroup> actionGroups) Adds the specified groups of node actions to be performed for the specified worker pool.voidWorkerPoolClient.addNodeActions(WorkerPool workerPool, List<NodeActionGroup> actionGroups, List<String> nodeIdFilterList) Adds the specified groups of node actions to be performed for the specified worker pool.voidWorkerPoolClient.addNodeActions(String workerPoolId, List<NodeActionGroup> actionGroups) Adds the specified groups of node actions to be performed for the specified worker pool.voidWorkerPoolClient.addNodeActions(String workerPoolId, List<NodeActionGroup> actionGroups, List<String> nodeIdFilterList) Adds the specified groups of node actions to be performed for the specified worker pool.voidWorkerPoolClientImpl.addNodeActions(@NonNull WorkerPool workerPool, List<NodeActionGroup> actionGroups) voidWorkerPoolClientImpl.addNodeActions(@NonNull WorkerPool workerPool, List<NodeActionGroup> actionGroups, List<String> nodeIdFilterList) voidWorkerPoolClientImpl.addNodeActions(@NonNull String workerPoolId, @NonNull List<NodeActionGroup> actionGroups) voidWorkerPoolClientImpl.addNodeActions(@NonNull String workerPoolId, @NonNull List<NodeActionGroup> actionGroups, List<String> nodeIdFilterList) -
Uses of NodeActionGroup in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return types with arguments of type NodeActionGroupModifier and TypeMethodDescriptionList<@NotNull @Valid NodeActionGroup> AddNodeActionsRequest.getActionGroups()Method parameters in co.yellowdog.platform.interaction.scheduler with type arguments of type NodeActionGroupModifier and TypeMethodDescriptionAddNodeActionsRequest.Builder.actionGroups(List<@NotNull @Valid NodeActionGroup> actionGroups) voidAddNodeActionsRequest.setActionGroups(List<@NotNull @Valid NodeActionGroup> actionGroups) -
Uses of NodeActionGroup in co.yellowdog.platform.model
Subclasses with type arguments of type NodeActionGroup in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic classA builder that can be used to build a new NodeActionGroup that is automatically validated on build.Methods in co.yellowdog.platform.model that return NodeActionGroupMethods in co.yellowdog.platform.model that return types with arguments of type NodeActionGroupModifier and TypeMethodDescriptionMap<@NotNull NodeEvent, @NotEmpty List<@NotNull @Valid NodeActionGroup>> WorkerPoolNodeConfiguration.getNodeEvents()Methods in co.yellowdog.platform.model with parameters of type NodeActionGroupModifier and TypeMethodDescriptionWorkerPoolNodeConfiguration.Builder.nodeEvent(NodeEvent event, NodeActionGroup... actionGroups) Method parameters in co.yellowdog.platform.model with type arguments of type NodeActionGroupModifier and TypeMethodDescriptionWorkerPoolNodeConfiguration.Builder.nodeEvent(NodeEvent event, List<NodeActionGroup> actionGroups) WorkerPoolNodeConfiguration.Builder.nodeEvents(Map<@NotNull NodeEvent, @NotEmpty List<@NotNull @Valid NodeActionGroup>> nodeEvents) voidWorkerPoolNodeConfiguration.setNodeEvents(Map<@NotNull NodeEvent, @NotEmpty List<@NotNull @Valid NodeActionGroup>> nodeEvents)