다음을 통해 공유


ZooKeeperClusteringClientOptions 클래스

정의

public class ZooKeeperClusteringClientOptions : Orleans.Messaging.IGatewayListProvider
type ZooKeeperClusteringClientOptions = class
    interface IGatewayListProvider
Public Class ZooKeeperClusteringClientOptions
Implements IGatewayListProvider
상속
ZooKeeperClusteringClientOptions
구현

생성자

ZooKeeperClusteringClientOptions(ILogger<ZooKeeperClusteringClientOptions>, IOptions<ZooKeeperGatewayListProviderOptions>, IOptions<GatewayOptions>, IOptions<ClusterOptions>)

속성

IsUpdatable

이 IGatewayListProvider가 반환된 정보를 새로 고칠지 또는 항상 동일한 gw 목록을 반환하는지 여부를 지정합니다. (현재 StaticGatewayListProvider 기반의 정적 구성만 호환되지 않습니다. 다른 모든 것은 입니다.)

MaxStaleness

이 IGatewayListProvider를 새로 고치는 빈도를 지정하여 반환된 정보의 최대 부실에 바인딩됩니다.

메서드

GetGateways()

클라이언트가 Orleans 클러스터에 연결하는 데 사용할 수 있는 게이트웨이(사일로) 목록을 반환합니다. Uri는 "gwy.tcp://IP:port/Generation" 형식입니다. Uri 형식에 대한 자세한 내용은 Utils.ToGatewayUri 및 Utils.ToSiloAddress를 참조하세요.

InitializeGatewayListProvider()

ZooKeeper 기반 게이트웨이 공급자 초기화

적용 대상