object QueryScanConsistency
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryScanConsistency
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
ConsistentWith(consistentWith: MutationState) extends QueryScanConsistency with Product with Serializable
The query blocks until any indexes used by the query are updated to reflect any pending mutations.
-
case class
RequestPlus(scanWait: Option[Duration] = None) extends QueryScanConsistency with Product with Serializable
The query blocks until any indexes used by the query are updated to reflect any pending mutations.
Value Members
-
object
NotBounded extends QueryScanConsistency with Product with Serializable
The default.
The default. Any indexes used by the query reflect their current content.