IGrainLocator 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來在叢集中尋找 Grain 啟用
public interface IGrainLocator
type IGrainLocator = interface
Public Interface IGrainLocator
方法
InvalidateCache(GrainAddress) |
從查閱快取中移除指定的位址。 |
InvalidateCache(GrainId) |
使與所提供粒度標識符相關聯的任何查閱快取專案失效。 |
Lookup(GrainId) |
尋找粒紋的對應位址。 |
Register(GrainAddress, GrainAddress) |
在適當的粒度目錄中註冊提供的位址。 |
TryLookupInCache(GrainId, GrainAddress) |
嘗試在本機查閱快取中尋找所提供之粒度標識碼的粒度位址。 |
Unregister(GrainAddress, UnregistrationCause) |
從目錄取消註冊粒度位址。 |
UpdateCache(GrainId, SiloAddress) |
匯報 具有粒度放置決策或已知啟用位址的快取。 |