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.
Methods
Section titled “Methods”dispose()?
Section titled “dispose()?”
optionaldispose():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.
Returns
Section titled “Returns”void
prepare()
Section titled “prepare()”prepare(
view):PreparedInterest
Defined in: net/replication/interest.ts:102