IEventDataGeneratorStreamConfigurator 인터페이스 (Orleans.Hosting.Developer) | Microsoft Learn
ConfigureCachePressuring(IEventDataGeneratorStreamConfigurator, Action>)
UseDataAdapter(IEventDataGeneratorStreamConfigurator, Func)
UseDataAdapter(IEventDataGeneratorStreamConfigurator, Func)
Configure(INamedServiceConfigurator, Action>)
Configure options for a named service.
ConfigureComponent(INamedServiceConfigurator, Func)
Add a singleton component to a named service.
ConfigureComponent(INamedServiceConfigurator, Func, Action>)
Add a singleton component to a named service and configure options for the named service.
ConfigureLifecycle(INamedServiceConfigurator)
ConfigureStreamPubSub(IPersistentStreamConfigurator, StreamPubSubType)
Configure the stream pub/sub format.
UseAzureBlobLeaseProvider(ISiloPersistentStreamConfigurator, Action>)
Configure silo to use Azure Blob lease provider
UseConsistentRingQueueBalancer(ISiloPersistentStreamConfigurator)
Configure the stream provider to use a consistent ring queue distribution device.
UseDynamicAzureDeploymentBalancer(ISiloPersistentStreamConfigurator, Nullable)
A stream queue distribution device that uses Azure deployment information and silo state of membership oracle for load balancing.
You need to run a silo in Azure. This balancer balances the information about the entire set of silos reported by the Azure role code, the information from the Membership Oracle about the currently active (active) silos, and the queues for the inactive silos.
UseDynamicClusterConfigDeploymentBalancer(ISiloPersistentStreamConfigurator, Nullable)
Configure the stream provider to use a dynamic cluster configuration distribution device.
UseLeaseBasedQueueBalancer(ISiloPersistentStreamConfigurator, Action>)
Configure the stream provider to use a lease-based queue distribution device.
UseStaticAzureDeploymentBalancer(ISiloPersistentStreamConfigurator, Nullable)
A stream queue distribution device that uses Azure deployment information for load balancing. You must run a silo in Azure. This distribution device uses all information about the entire set of silos as reported by the Azure role code, but does not use information from the Membership Oracle about the currently active silo. This means that it does not balance the queues based on dynamic changes in cluster membership.
UseStaticClusterConfigDeploymentBalancer(ISiloPersistentStreamConfigurator, Nullable)
Configure the stream provider to use a static cluster configuration distribution device.
ConfigureBackoffProvider(ISiloPersistentStreamConfigurator, Func)
Configures the message delivery backoff provider for the pulling agent.
ConfigureBackoffProvider(ISiloPersistentStreamConfigurator, Func)
Configures the queue reader backoff provider of the pulling agent.
ConfigureLifecycle(ISiloPersistentStreamConfigurator, Action>)
It constitutes a life cycle.
ConfigurePartitionBalancing(ISiloPersistentStreamConfigurator, Func)
Configure partition distribution.
ConfigurePartitionBalancing(ISiloPersistentStreamConfigurator,
Func, Action>)
Configure partition distribution.
ConfigurePullingAgent(ISiloPersistentStreamConfigurator, Action>)
Configure the pulling agent.
ConfigureCacheEviction(ISiloRecoverableStreamConfigurator, Action>)
Configure cache purge options for trusted stream providers.
ConfigureStatistics(ISiloRecoverableStreamConfigurator, Action>)
Configure statistics options for a trusted stream provider.
