다음을 통해 공유


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>>)

클러스터 멤버 자격에 ZooKeeper를 사용하도록 사일로를 구성합니다.

UseZooKeeperClustering(ISiloBuilder, Action<ZooKeeperClusteringSiloOptions>)

클러스터 멤버 자격에 ZooKeeper를 사용하도록 사일로를 구성합니다.

UseZooKeeperClustering(ISiloHostBuilder, Action<OptionsBuilder<ZooKeeperClusteringSiloOptions>>)

클러스터 멤버 자격에 ZooKeeper를 사용하도록 사일로를 구성합니다.

UseZooKeeperClustering(ISiloHostBuilder, Action<ZooKeeperClusteringSiloOptions>)

클러스터 멤버 자격에 ZooKeeper를 사용하도록 사일로를 구성합니다.

적용 대상