Show / Hide Table of Contents

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.

Extension Methods

BasicExtensions.IsBetween<HeartbeatResult, TLowerBound, TUpperBound>(HeartbeatResult, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<HeartbeatResult>(HeartbeatResult, ReadOnlySpan<HeartbeatResult>)
Collection.ToAsyncEnumerator<HeartbeatResult, T>(HeartbeatResult, CancellationToken)
Collection.ToClassicEnumerator<HeartbeatResult, T>(HeartbeatResult)
Enumerator.Skip<HeartbeatResult, T>(ref HeartbeatResult, int)
ExpressionBuilder.Const<HeartbeatResult>(HeartbeatResult)
EnumType.GetCustomAttribute<HeartbeatResult, TAttribute>(HeartbeatResult)
EnumType.GetCustomAttributes<HeartbeatResult, TAttribute>(HeartbeatResult)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾