Show / Hide Table of Contents

Struct IRaftClusterMember.ReplicationState

Represents replication state of the member used internally by Raft implementation.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
protected struct IRaftClusterMember.ReplicationState

Fields

View Source

ConfigurationFingerprint

Gets or sets configuration fingerprint associated with the member.

Declaration
public long ConfigurationFingerprint
Field Value
Type Description
long
View Source

NextIndex

Gets or sets replication index of the member.

Declaration
public long NextIndex
Field Value
Type Description
long

Extension Methods

BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
Enumerator.Skip<TEnumerator, T>(ref TEnumerator, int)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾