NodeSummary

data class NodeSummary(val specs: NodeSpecs, val associatedDataSources: List<AssociatedDataSource>, val isController: Boolean, val hasAgent: Boolean, val status: AgentStatus? = null, val messages: String = "", val queueSize: Int = 0, val timestamp: Long = 0)

A snapshot of the live node state.

Constructors

Link copied to clipboard
constructor(specs: NodeSpecs, associatedDataSources: List<AssociatedDataSource>, isController: Boolean, hasAgent: Boolean, status: AgentStatus? = null, messages: String = "", queueSize: Int = 0, timestamp: Long = 0)

Properties

Link copied to clipboard

Associated data source, if any

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val queueSize: Int = 0
Link copied to clipboard

Specifications for this node

Link copied to clipboard
val status: AgentStatus? = null
Link copied to clipboard
val timestamp: Long = 0

Functions

Link copied to clipboard
fun id(): String
Link copied to clipboard
Link copied to clipboard
fun toNode(): Node