Uses of Enum
co.yellowdog.platform.model.NodeEvent
Packages that use NodeEvent
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of NodeEvent in co.yellowdog.platform.model
Subclasses with type arguments of type NodeEvent in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return NodeEventModifier and TypeMethodDescriptionstatic NodeEvent
Returns the enum constant of this type with the specified name.static NodeEvent[]
NodeEvent.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 NodeEventModifier and TypeMethodDescriptionMap
<@NotNull NodeEvent, @NotEmpty List<@NotNull @Valid NodeActionGroup>> WorkerPoolNodeConfiguration.getNodeEvents()
Methods in co.yellowdog.platform.model with parameters of type NodeEventModifier and TypeMethodDescriptionWorkerPoolNodeConfiguration.Builder.nodeEvent
(NodeEvent event, NodeAction... actions) WorkerPoolNodeConfiguration.Builder.nodeEvent
(NodeEvent event, NodeActionGroup... actionGroups) WorkerPoolNodeConfiguration.Builder.nodeEvent
(NodeEvent event, List<NodeActionGroup> actionGroups) Method parameters in co.yellowdog.platform.model with type arguments of type NodeEventModifier and TypeMethodDescriptionWorkerPoolNodeConfiguration.Builder.nodeEvents
(Map<@NotNull NodeEvent, @NotEmpty List<@NotNull @Valid NodeActionGroup>> nodeEvents) void
WorkerPoolNodeConfiguration.setNodeEvents
(Map<@NotNull NodeEvent, @NotEmpty List<@NotNull @Valid NodeActionGroup>> nodeEvents)