Companion

object Companion

Functions

consistentWith
Link copied to clipboard
fun consistentWith(tokens: MutationState, scanWait: Duration? = null): QueryScanConsistency

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

notBounded
Link copied to clipboard
fun notBounded(): QueryScanConsistency

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

requestPlus
Link copied to clipboard
fun requestPlus(scanWait: Duration? = null): QueryScanConsistency

Strong consistency. Waits for all prior K/V mutations to be indexed before executing the query.