Enum PreVoteResult
Represents a result of pre-voting phase.
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public enum PreVoteResult : byte
Fields
| Name | Description |
|---|---|
| Accepted | Indicates that the remote node supposes that the leader is not alive. |
| RejectedByFollower | Indicates that the remote node supposes that the leader is alive. |
| RejectedByLeader | Indicates that the remote node is a leader. |