Skip to content

ConsistentRingOptions

class

Namespace: Orleans.Configuration

Configuration options for consistent hashing algorithm, used to balance resource allocations across the cluster.
public class ConsistentRingOptions

Constructors

Properties

  • NumVirtualBucketsConsistentRing Gets or sets the number of registrations a silo maintains in a consistent hash ring. This affects the probabilistic balancing of resource allocations across the cluster. More virtual buckets increase the probability of evenly balancing while minimally increasing management cost.
  • UseVirtualBucketsConsistentRing Gets or sets a value indicating whether to enable the use of virtual buckets.

Fields