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
View SourceIsAvailable
Gets or sets a value indicating that the member is available.
Declaration
public bool IsAvailable
Field Value
| Type | Description |
|---|---|
| bool |
NextIndex
Gets or sets replication index of the member.
Declaration
public long NextIndex
Field Value
| Type | Description |
|---|---|
| long |