object AnalyticsOptions
Helper object to provide type-safe keys and values for Spark SQL analytics query options.
- Alphabetic
- By Inheritance
- AnalyticsOptions
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Bucket: String
Option Key: The name of the bucket, which overrides the implicit bucket configured.
Option Key: The name of the bucket, which overrides the implicit bucket configured.
Note: only works against Couchbase Server 7.0 or later, since it used in conjunction with scope.
- val ConnectionIdentifier: String
Option Key: Instead of using the "default" connection, allows to connect to a different cluster.
- val Dataset: String
Option Key: The name of the dataset.
- val Filter: String
Option Key: a Analytics N1QL expression which acts as an additional filter on every analytics query, including schema inference.
- val IdFieldName: String
Option Key: The field name of the document ID, used to override the default.
Option Key: The field name of the document ID, used to override the default.
The default can be located in DefaultConstants.DefaultIdFieldName
- 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
- 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.
- val PushDownAggregate: String
Option Key: If aggregates should be allowed to be pushed down by spark into the analytics engine.
Option Key: If aggregates should be allowed to be pushed down by spark into the analytics engine.
This value is true by default for performance reasons. It is available to be disabled should there be any issues identified in the field.
- 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 indexer 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.
- val ScanConsistency: String
Option Key: Allows to override the scan consistency for the query performed.
- val Scope: String
Option Key: The name of the scope, which overrides the implicit scope (if configured at all).
Option Key: The name of the scope, which overrides the implicit scope (if configured at all).
Note: only works against Couchbase Server 7.0 or later.
- 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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)