Uses of Class
co.yellowdog.platform.model.NodeSummary.Builder
Packages that use NodeSummary.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of NodeSummary.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return NodeSummary.BuilderModifier and TypeMethodDescriptionNodeSummary.Builder.actionQueueStatuses
(Map<NodeActionQueueStatus, Long> actionQueueStatuses) The number of nodes with each action queue status.static NodeSummary.Builder
NodeSummary.builder()
NodeSummary.Builder.lastUpdatedTime
(Instant lastUpdatedTime) The last time this summary was updated.NodeSummary.Builder.statusCounts
(Map<NodeStatus, Long> statusCounts) The number of nodes in each status.