Enum HeartbeatResult
A result of heartbeat processing returned by the Follower member.
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public enum HeartbeatResult : byte
Fields
| Name | Description |
|---|---|
| Rejected | Incoming replication is outdated in comparison to the local state of the received. |
| Replicated | Incoming replication is applied to underlying state machine. |
| ReplicatedWithLeaderTerm | Incoming replication is applied to underlying state machine, and at least one of the log entries from the replica has the same Term as the sender. |