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.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
protected struct IRaftClusterMember.ReplicationState

Fields

| Edit this page View Source

ConfigurationFingerprint

Gets or sets configuration fingerprint associated with the member.

Declaration
public long ConfigurationFingerprint
Field Value
Type Description
long
| Edit this page 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, ReadOnlySpan<T>)
Collection.ToAsyncEnumerator<TEnumerator, T>(TEnumerator, CancellationToken)
Collection.ToClassicEnumerator<TEnumerator, T>(TEnumerator)
Enumerator.Skip<TEnumerator, T>(ref TEnumerator, int)
ExpressionBuilder.Const<T>(T)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾