Package-level declarations

Types

Link copied to clipboard
data class NodeLogEvent(val node: ClusterNode, val level: String, val log: String, val formattedLog: String) : Event
Link copied to clipboard
data class NodeStateChangeEvent(val node: ClusterNode, val oldState: NodeStates, val newState: NodeStates) : Event