StreamQueueBalancerType 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.
Built-in stream queue balancer type which is supported natively in orleans
public static class StreamQueueBalancerType
type StreamQueueBalancerType = class
Public Class StreamQueueBalancerType
- Inheritance
-
StreamQueueBalancerType
Fields
ConsistentRingBalancer |
Stream queue balancer that uses consistent ring provider for load balancing |
DynamicAzureDeploymentBalancer |
Stream queue balancer that uses Azure deployment information and silo statuses from Membership oracle for load balancing. |
DynamicClusterConfigDeploymentBalancer |
Stream queue balancer that uses the cluster configuration to determine deployment information for load balancing. |
StaticAzureDeploymentBalancer |
Stream queue balancer that uses Azure deployment information for load balancing. Requires silo running in Azure. This Balancer uses both the information about the full set of silos as reported by Azure role code but does NOT use the information from Membership oracle about currently alive silos. That is, it does not rebalance queues based on dymanic changes in the cluster Membership. |
StaticClusterConfigDeploymentBalancer |
Stream queue balancer that uses the cluster configuration to determine deployment information for load balancing. |