Packages

object ViewScanConsistency

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

Value Members

  1. case object NotBounded extends ViewScanConsistency with Product with Serializable

    The query will use whatever is currently in the view, which will not be updated.

  2. case object RequestPlus extends ViewScanConsistency with Product with Serializable

    The view should be updated with all outstanding mutations before the query returns.

  3. case object UpdateAfter extends ViewScanConsistency with Product with Serializable

    The view should be updated after the query.