case class ConsistentWith(ms: MutationState) extends SearchScanConsistency with Product with Serializable
The query will block execution until any indexes used are consistent with (e.g. contain) the mutations in the
provided MutationState
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConsistentWith
- Serializable
- Serializable
- Product
- Equals
- SearchScanConsistency
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConsistentWith(ms: MutationState)
Value Members
- val ms: MutationState