Show / Hide Table of Contents

Enum ReadBarrierType

Represents read barrier type that must be applied on the leader.

Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public enum ReadBarrierType

Fields

Name Description
Strong

Ensures that all uncommitted entries are applied.

Weak

Ensures that the leader commits its write barrier only.

Extension Methods

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