SiloPersistentStreamConfiguratorExtension
class
Namespace: Orleans.Hosting
Extension methods for
ISiloPersistentStreamConfigurator. public static class SiloPersistentStreamConfiguratorExtensionMethods
UseConsistentRingQueueBalancer(ISiloPersistentStreamConfigurator)Configures the stream provider to use the consistent ring queue balancer.UseDynamicClusterConfigDeploymentBalancer(ISiloPersistentStreamConfigurator, TimeSpan?)Configures the stream provider to use the dynamic cluster configuration deployment balancer.UseGrainCheckpointer(ISiloPersistentStreamConfigurator)Configures the stream provider to use grain-based checkpointer.UseGrainCheckpointer(ISiloPersistentStreamConfigurator, Action<OptionsBuilder<GrainStreamQueueCheckpointerOptions>>)Configures the stream provider to use a grain-based checkpointer.UseLeaseBasedQueueBalancer(ISiloPersistentStreamConfigurator, Action<OptionsBuilder<LeaseBasedQueueBalancerOptions>>)Configures the stream provider to use the lease based queue balancer.UseStaticClusterConfigDeploymentBalancer(ISiloPersistentStreamConfigurator, TimeSpan?)Configures the stream provider to use the static cluster configuration deployment balancer.
