Companion

object Companion

Functions

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

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

Link copied to clipboard
fun notBounded(): KvScanConsistency

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