Packages

object CommonOptions extends OptionDescriptionBuilder

Defines options shared be all pipeline transforms.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommonOptions
  2. OptionDescriptionBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def Mandatory(name: String, validation: (String) => Option[String] = s => None): OptionDescription
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  5. def Optional(name: String, default: Option[String] = None, validation: (String) => Option[String] = s => None): OptionDescription
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def descriptions(descriptions: OptionDescription*): OptionDescriptions
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. val forceCache: String

    Whether to force caching of the transform.

    Whether to force caching of the transform. Normal caching is optimized depending on the usage of the transform in the pipeline. Default is false

  12. def get: OptionDescriptions
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. val indexBy: String

    A column to use for indexing of the data.

    A column to use for indexing of the data. This will make queries and joins on this column faster. The number of unique values in the column should not exceed 10000.

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def legacyOptions: Set[String]
    Definition Classes
    OptionDescriptionBuilder
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val neverCache: String

    Whether to disable caching of the transform.

    Whether to disable caching of the transform. For transforms that do not exhibit idempotency, it may be necessary to disable caching manually. Transforms using facades, state or artifacts have caching disabled automatically. Default is false

  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. val skipModules: String

    Whether to skip modules imported by the pipeline in the transform.

    Whether to skip modules imported by the pipeline in the transform. This will save execution time if the modules are large. Default is false

  23. val skipOutput: String

    Whether to skip output for the transform.

    Whether to skip output for the transform. Use this to improve performance if you don't need to query the output. Default is false

  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

  2. val roboticsEnabled: String
    Annotations
    @deprecated
    Deprecated

    This option will always have the value 'false'

Inherited from AnyRef

Inherited from Any

Ungrouped