Struct IRaftClusterMember.ReplicationState
Represents replication state of the member used internally by Raft implementation.
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
protected struct IRaftClusterMember.ReplicationState
Fields
| Edit this page View SourceConfigurationFingerprint
Gets or sets configuration fingerprint associated with the member.
Declaration
public long ConfigurationFingerprint
Field Value
Type | Description |
---|---|
long |
NextIndex
Gets or sets replication index of the member.
Declaration
public long NextIndex
Field Value
Type | Description |
---|---|
long |