IMultiClusterGossipService 接口

定义

public interface IMultiClusterGossipService : Orleans.ISystemTarget
type IMultiClusterGossipService = interface
    interface ISystemTarget
    interface IAddressable
Public Interface IMultiClusterGossipService
Implements ISystemTarget
实现

方法

FindLaggingSilos(MultiClusterConfiguration, Boolean)

查找其配置与预期配置不匹配的 silo。

Publish(IMultiClusterGossipData, Boolean)

单向小型八卦:向收件人发送部分数据

Synchronize(IMultiClusterGossipData)

双向批量八卦:将所有已知数据发送给收件人,并接收所有未知数据

扩展方法

AsReference<TGrainInterface>(IAddressable)

返回对所提供的粒度的类型化引用。

BindGrainReference(IAddressable, IGrainFactory)

将 grain 引用绑定到提供的 IGrainFactory

Cast<TGrainInterface>(IAddressable)

返回对所提供的粒度的类型化引用。

GetPrimaryKey(IAddressable)

返回 Guid grain 主键的表示形式。

GetPrimaryKey(IAddressable, String)

返回 Guid grain 主键的表示形式。

GetPrimaryKeyLong(IAddressable)

返回 long grain 主键的表示形式。

GetPrimaryKeyLong(IAddressable, String)

返回 long grain 主键的表示形式。

GetPrimaryKeyString(IAddressable)

返回 string grain 的主键。

IsPrimaryKeyBasedOnLong(IAddressable)

返回主键的一部分是否为 类型 long

适用于