Companion

object Companion

Functions

Link copied to clipboard
fun consistentWith(tokens: MutationState): SearchScanConsistency

Targeted consistency. Waits for specific K/V mutations to be indexed before executing the search.

Link copied to clipboard
fun notBounded(): SearchScanConsistency

For when speed matters more than consistency. Executes the search immediately, without waiting for prior K/V mutations to be indexed.