NodeElectState

data class NodeElectState(var term: Int = 0)

Constructors

Link copied to clipboard
fun NodeElectState(term: Int = 0)

Properties

Link copied to clipboard
var electionTaskToken: Any
Link copied to clipboard
var reschedule: Boolean = false
Link copied to clipboard
var role: NodeRole
Link copied to clipboard
var term: Int = 0