Class NodeActionQueueSnapshot
java.lang.Object
co.yellowdog.platform.interaction.scheduler.NodeActionQueueSnapshot
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionNodeActionQueueSnapshot(Instant timestamp, NodeActionQueueStatus status, List<NodeAction> waiting, List<NodeAction> executing, NodeAction failed) -
Method Summary
-
Constructor Details
-
NodeActionQueueSnapshot
public NodeActionQueueSnapshot(Instant timestamp, NodeActionQueueStatus status, List<NodeAction> waiting, List<NodeAction> executing, NodeAction failed)
-
-
Method Details
-
builder
-
getTimestamp
-
getStatus
-
getWaiting
-
getExecuting
-
getFailed
-
equals
-
hashCode
-
toString
-