共用方式為


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

傳回閘道清單, (定址接收器) 可供用戶端用來連線到「中樞」叢集。 URI 的格式為:「gwy.tcp://IP:port/Generation」。 如需 Uri 格式的詳細資訊,請參閱 Utils.ToGatewayUri 和 Utils.ToSiloAddress。

InitializeGatewayListProvider()

初始化 ZooKeeper 型閘道提供者

適用於