ZooKeeperGatewayListProvider 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public class ZooKeeperGatewayListProvider : Orleans.Messaging.IGatewayListProvider
type ZooKeeperGatewayListProvider = class
interface IGatewayListProvider
Public Class ZooKeeperGatewayListProvider
Implements IGatewayListProvider
- 繼承
-
ZooKeeperGatewayListProvider
- 實作
建構函式
ZooKeeperGatewayListProvider(ILogger<ZooKeeperGatewayListProvider>, 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 型閘道提供者 |