Packages

object QueryScanConsistency

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

Type Members

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

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

  1. object NotBounded extends QueryScanConsistency with Product with Serializable

    The default.

    The default. Any indexes used by the query reflect their current content.