DotNext.Net.Cluster by .NET Foundation and Contributors

<PackageReference Include="DotNext.Net.Cluster" Version="5.0.0" />

 IPeerConfiguration

public interface IPeerConfiguration
Represents configuration of the HyParView peer.

Gets the maximum number of hops a ForwardJoin request is propagated.

int ActiveViewCapacity { get; }

Gets the capacity of active view representing resolved peers.

Gets comparer for endpoint address.

Gets the value specifies at which point in the walk the peer is inserted into passive view.

int PassiveViewCapacity { get; }

Gets the capacity of backlog for peers.

int QueueCapacity { get; }

Gets the capacity of internal queue used to process messages.

Gets the number of peers from active view to be included into Shuffle message.

Gets the number of peers from passive view to be included into Shuffle message.

Gets or sets shuffle period.

Gets the maximum number of hops a Shuffle message is propagated.