ZooKeeperHostingExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public static class ZooKeeperHostingExtensions
type ZooKeeperHostingExtensions = class
Public Module ZooKeeperHostingExtensions
- 继承
-
ZooKeeperHostingExtensions
方法
UseZooKeeperClustering(IClientBuilder, Action<OptionsBuilder<ZooKeeperGatewayListProviderOptions>>) |
将客户端配置为使用 ZooKeeper 进行群集。 |
UseZooKeeperClustering(IClientBuilder, Action<OptionsBuilder<ZooKeeperGatewayListProviderOptions>>) |
将客户端配置为使用 ZooKeeper 进行群集。 |
UseZooKeeperClustering(IClientBuilder, Action<ZooKeeperGatewayListProviderOptions>) |
将客户端配置为使用 ZooKeeper 进行群集。 |
UseZooKeeperClustering(IClientBuilder, Action<ZooKeeperGatewayListProviderOptions>) |
将客户端配置为使用 ZooKeeper 进行群集。 |
UseZooKeeperClustering(ISiloBuilder, Action<OptionsBuilder<ZooKeeperClusteringSiloOptions>>) |
配置 silo 以将 ZooKeeper 用于群集成员身份。 |
UseZooKeeperClustering(ISiloBuilder, Action<ZooKeeperClusteringSiloOptions>) |
配置 silo 以将 ZooKeeper 用于群集成员身份。 |
UseZooKeeperClustering(ISiloHostBuilder, Action<OptionsBuilder<ZooKeeperClusteringSiloOptions>>) |
配置 silo 以将 ZooKeeper 用于群集成员身份。 |
UseZooKeeperClustering(ISiloHostBuilder, Action<ZooKeeperClusteringSiloOptions>) |
配置 silo 以将 ZooKeeper 用于群集成员身份。 |