ZooKeeperHostingExtensions 类

定义

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 用于群集成员身份。

适用于