Uses of Class
co.yellowdog.platform.model.Node
Packages that use Node
Package
Description
Provides the classes needed to interact with the YellowDog Scheduler service.
Provides the types that define the YellowDog Platform data model.
-
Uses of Node in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler that return NodeModifier and TypeMethodDescriptionGets the latest state of the node with the specified ID.Gets the latest state of the node with the specified ID.WorkerPoolClient.shutdownNode
(Node node) Shuts down the specified node gracefully, allowing any running tasks to finish first.WorkerPoolClient.shutdownNode
(String nodeId) Shuts down the specified node gracefully, allowing any running tasks to finish first.WorkerPoolClientImpl.shutdownNode
(@NonNull Node node) WorkerPoolClientImpl.shutdownNode
(@NonNull String nodeId) Methods in co.yellowdog.platform.clients.scheduler that return types with arguments of type NodeModifier and TypeMethodDescriptionWorkerPoolClient.findNodes
(NodeSearch search) Deprecated, for removal: This API element is subject to removal in a future version.WorkerPoolClient.findNodes
(NodeSearch search, SliceReference sliceReference) Deprecated, for removal: This API element is subject to removal in a future version.useWorkerPoolClient.getNodes(NodeSearch)
instead to search nodes.WorkerPoolClientImpl.findNodes
(@NonNull NodeSearch search) WorkerPoolClientImpl.findNodes
(@NonNull NodeSearch search, @NonNull SliceReference sliceReference) WorkerPoolClient.getNodes
(NodeSearch search) Returns aSearchClient
that offers the ability to search nodes.WorkerPoolClientImpl.getNodes
(NodeSearch search) WorkerPoolClient.streamNodes
(NodeSearch search) Deprecated, for removal: This API element is subject to removal in a future version.useWorkerPoolClient.getNodes(NodeSearch)
instead to search nodes.WorkerPoolClientImpl.streamNodes
(@NonNull NodeSearch search) Methods in co.yellowdog.platform.clients.scheduler with parameters of type NodeModifier and TypeMethodDescriptionvoid
WorkerPoolClient.addNodeActionsForNode
(Node node, NodeAction... actions) Adds node actions to be performed for the specified node.void
WorkerPoolClientImpl.addNodeActionsForNode
(@NonNull Node node, NodeAction... actions) Gets the latest state of the node with the specified ID.WorkerPoolClient.getNodeActions
(Node node) Gets the current state of the specified node's action queue.WorkerPoolClientImpl.getNodeActions
(@NonNull Node node) WorkerPoolClient.shutdownNode
(Node node) Shuts down the specified node gracefully, allowing any running tasks to finish first.WorkerPoolClientImpl.shutdownNode
(@NonNull Node node) -
Uses of Node in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return Node
WorkerPoolClient.getNodes(NodeSearch)
instead to search nodes.