ConsistentRingOptions
class
Namespace: Orleans.Configuration
Configuration options for consistent hashing algorithm, used to balance resource allocations across the cluster.
public class ConsistentRingOptionsConstructors
Properties
NumVirtualBucketsConsistentRingGets 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.UseVirtualBucketsConsistentRingGets or sets a value indicating whether to enable the use of virtual buckets.
Fields
DEFAULT_NUM_VIRTUAL_RING_BUCKETSThe default number of virtual ring buckets.DEFAULT_USE_VIRTUAL_RING_BUCKETSThe default value forConsistentRingOptions.
