ZooKeeperHostingExtensions
class
Namespace: Orleans.Hosting
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public static class ZooKeeperHostingExtensionsMethods
UseZooKeeperClustering(IClientBuilder, Action<OptionsBuilder<ZooKeeperGatewayListProviderOptions>>)Configure the client to use ZooKeeper for clustering.UseZooKeeperClustering(IClientBuilder, Action<ZooKeeperGatewayListProviderOptions>)Configure the client to use ZooKeeper for clustering.UseZooKeeperClustering(ISiloBuilder, Action<OptionsBuilder<ZooKeeperClusteringSiloOptions>>)Configures the silo to use ZooKeeper for cluster membership.UseZooKeeperClustering(ISiloBuilder, Action<ZooKeeperClusteringSiloOptions>)Configures the silo to use ZooKeeper for cluster membership.
