Packages

o

com.couchbase.spark.enterpriseanalytics

EnterpriseAnalyticsOptions

object EnterpriseAnalyticsOptions

Helper object to provide type-safe keys and values for Spark SQL Columnar query options.

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Collection: String

    Mandatory 'option': specifies the Enterprise Analytics collection to use.

  5. val Database: String

    Mandatory 'option': specifies the Enterprise Analytics database to use.

  6. val Filter: String

    Option Key: a SQL++ expression which acts as an additional filter on every columnar query, including schema inference.

  7. val InferLimit: String

    Option Key: The limit of how many records to load during schema inference.

    Option Key: The limit of how many records to load during schema inference.

    The default can be found in DefaultConstants.DefaultInferLimit

  8. val NotBoundedScanConsistency: String

    Option Value: Not bounded scan consistency - to be used with ScanConsistency as the key.

    Option Value: Not bounded scan consistency - to be used with ScanConsistency as the key.

    This is the default and usually does not need to be specified. The query will be executed immediately, and it might not include documents which have just been written and not made it into the index yet.

  9. val RequestPlusScanConsistency: String

    Option Value: Request plus scan consistency - to be used with ScanConsistency as the key.

    Option Value: Request plus scan consistency - to be used with ScanConsistency as the key.

    If this value is set, the query will wait until it has caught up to the recent mutations, which will make sure that documents which just have been written are part of the result set.

  10. val ScanConsistency: String

    Option Key: Allows to override the scan consistency for the query performed.

  11. val Scope: String

    Mandatory 'option': specifies the Enterprise Analytics scope to use.

  12. val Timeout: String

    Option Key: The timeout to use which overrides the default configured.

    Option Key: The timeout to use which overrides the default configured.

    The value is a string and must be parsable from a Scala Duration.

  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped