跳转到内容

InterestProvider

此内容尚不支持你的语言。

Defined in: net/replication/interest.ts:101

Relevance as prepare-once, query-many. A InterestPolicy is handed the population per connection, so what it reads it reads C times; a provider prepares one snapshot and answers every connection from it.

optional dispose(): void

Defined in: net/replication/interest.ts:105

Release anything held across samples. A provider that rebuilds owns nothing; one that maintains an index between samples does.

void


prepare(view): PreparedInterest

Defined in: net/replication/interest.ts:102

InterestProviderPrepareView

PreparedInterest