Packages

case class ProphecySparkSession(spark: SparkSession) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProphecySparkSession
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProphecySparkSession(spark: SparkSession)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkProphecyLibsCompatibility(libsVersion: Option[String], mode: Option[String]): Unit
  6. def checkProphecyLibsCompatibility(libsVersion: String, mode: String): Unit
  7. def checkProphecyLibsCompatibility(libsVersion: String): Unit
  8. def checkProphecyLibsCompatibility(): Unit
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def databricksCloudProvider: Option[String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def isDatabricks: Boolean
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isLivy: Boolean
  16. def isStandalone: Boolean
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val spark: SparkSession
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def withAQEDisabled[T](body: ⇒ T): T
  26. def withAQEEnabled[T](body: ⇒ T): T
  27. def withJobDescription[T](description: String)(body: ⇒ T): T
  28. def withJobGroup[T](group: String, description: String, interruptOnCancel: Boolean = false)(body: ⇒ T): T
  29. def withLocalProperties[T](props: (String, String)*)(body: ⇒ T): T
  30. def withProphecyJob[T](id: String)(body: ⇒ T): T
  31. def withSparkConf[T](conf: (String, String)*)(body: ⇒ T): T
  32. def withSparkOptimisationsDisabled[T](body: ⇒ T): T
  33. def withSparkOptimisationsEnabled[T](body: ⇒ T): T

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped