Packages

object SearchScanConsistency

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SearchScanConsistency
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

    The query will block execution until any indexes used are consistent with (e.g. contain) the mutations in the provided MutationState.

Value Members

  1. case object NotBounded extends SearchScanConsistency with Product with Serializable

    The query will be executed immediately without waiting for any index updates.