Raft

data class Raft(val clusterSize: Int) : ClusterSpec

A class representing the configuration of a raft consensus algorithm used for a cluster of nodes.

Constructors

Link copied to clipboard
constructor(clusterSize: Int)

Properties

Link copied to clipboard
open override val clusterSize: Int

The number of nodes within the cluster.