Uses of Class
co.yellowdog.platform.interaction.scheduler.NodeSearch
Packages that use NodeSearch
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.
-
Uses of NodeSearch in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler with parameters of type NodeSearchModifier 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) -
Uses of NodeSearch in co.yellowdog.platform.interaction.scheduler
Subclasses with type arguments of type NodeSearch in co.yellowdog.platform.interaction.schedulerMethods in co.yellowdog.platform.interaction.scheduler that return NodeSearch
WorkerPoolClient.getNodes(NodeSearch)
instead to search nodes.