Uses of Class
co.yellowdog.platform.model.NodeTaskQueue
Packages that use NodeTaskQueue
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of NodeTaskQueue in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return NodeTaskQueueMethods in co.yellowdog.platform.model that return types with arguments of type NodeTaskQueueModifier and TypeMethodDescriptionNode.getTaskGroupTaskQueues()A map keyed on task group holding status information related to the task queues local to the node.Method parameters in co.yellowdog.platform.model with type arguments of type NodeTaskQueueModifier and TypeMethodDescriptionvoidNode.setTaskGroupTaskQueues(Map<String, NodeTaskQueue> taskGroupTaskQueues) A map keyed on task group holding status information related to the task queues local to the node.Node.Builder.taskGroupTaskQueues(Map<String, NodeTaskQueue> taskGroupTaskQueues) A map keyed on task group holding status information related to the task queues local to the node.