Uses of Class
co.yellowdog.platform.model.Node.Builder
Packages that use Node.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of Node.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return Node.BuilderModifier and TypeMethodDescriptionNode.Builder.actionQueueStatus(NodeActionQueueStatus actionQueueStatus) The status of the action queue for the node.Node.Builder.agentVersion(String agentVersion) The version of the agent running on the node.static Node.BuilderNode.builder()Node.Builder.deregisteredTime(Instant deregisteredTime) The time when the node was deregistered.Node.Builder.details(NodeDetails details) The details of the node.The ID of the node.Node.Builder.preemptionWarningTime(Instant preemptionWarningTime) The time when the node notified of preemption.Node.Builder.registeredTime(Instant registeredTime) The time when the node was registered.Node.Builder.status(NodeStatus status) The status of this instance.Node.Builder.statusChangedTime(Instant statusChangedTime) The date and time when the status last changed.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.Node.Builder.workerPoolId(String workerPoolId) The ID of the worker pool containing the node.The workers on this instance.