Packages

object AnalyticsScanConsistency

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

Value Members

  1. object NotBounded extends AnalyticsScanConsistency with Product with Serializable

    No scan consistency; results will be returned immediately

  2. object RequestPlus extends AnalyticsScanConsistency with Product with Serializable

    The query will block until the index is up-to-date with all mutations that existed at the point the query was raised.