IGrainLocator インターフェイス

定義

クラスター内のグレイン アクティブ化を見つけるために使用されます

public interface IGrainLocator
type IGrainLocator = interface
Public Interface IGrainLocator

メソッド

InvalidateCache(GrainAddress)

指定したアドレスを参照キャッシュから削除します。

InvalidateCache(GrainId)

指定されたグレイン ID に関連付けられている参照キャッシュ エントリを無効にします。

Lookup(GrainId)

グレインの対応するアドレスを検索します。

Register(GrainAddress, GrainAddress)

指定したアドレスを適切なグレイン ディレクトリに登録します。

TryLookupInCache(GrainId, GrainAddress)

ローカル参照キャッシュで、指定されたグレイン ID のグレイン アドレスの検索を試みます。

Unregister(GrainAddress, UnregistrationCause)

ディレクトリからグレイン アドレスの登録を解除します。

UpdateCache(GrainId, SiloAddress)

グレイン配置の決定または既知のアクティブ化アドレスを使用してキャッシュを更新します。

適用対象