ConsistentRingOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration options for consistent hashing algorithm, used to balance resource allocations across the cluster.
public class ConsistentRingOptions
type ConsistentRingOptions = class
Public Class ConsistentRingOptions
- Inheritance
-
ConsistentRingOptions
Constructors
ConsistentRingOptions() |
Fields
DEFAULT_NUM_VIRTUAL_RING_BUCKETS |
The default number of virtual ring buckets. |
DEFAULT_USE_VIRTUAL_RING_BUCKETS |
The default value for UseVirtualBucketsConsistentRing. |
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. |