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 的网关提供程序

适用于