Companion
Functions
Link copied to clipboard
fun consistentWith(tokens: MutationState, scanWait: Duration? = null): QueryScanConsistency
Content copied to clipboard
Targeted consistency. Waits for specific K/V mutations to be indexed before executing the query.
Link copied to clipboard
For when speed matters more than consistency. Executes the query immediately, without waiting for prior K/V mutations to be indexed.
Link copied to clipboard
Strong consistency. Waits for all prior K/V mutations to be indexed before executing the query.