corda / net.corda.testing.node / ClusterSpec / Raft

Raft

data class Raft : ClusterSpec

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

Constructors

<init>

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

Raft(clusterSize: Int)

Properties

clusterSize

The number of nodes within the cluster.

val clusterSize: Int