Packages

object ProphecySparkSession extends LazyLogging with ExceptionExtensions with Serializable

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

Type Members

  1. implicit class ExceptionExtension extends AnyRef
    Definition Classes
    ExceptionExtensions
  2. trait Extension extends AnyRef
  3. case class ProphecySparkAnalysisException(gemName: Option[String], originalSparkException: AnalysisException) extends Exception with ProphecySparkThrowable with Product with Serializable
  4. case class ProphecySparkCoreException(gemName: Option[String], originalSparkException: SparkException) extends Exception with ProphecySparkThrowable with Product with Serializable
  5. case class ProphecySparkInternalException(gemName: Option[String], originalSparkException: Exception) extends Exception with ProphecySparkThrowable with Product with Serializable
  6. trait ProphecySparkThrowable extends Exception

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 AllExcludesRules: String
  5. val ProphecyJobId: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def extractHierarchicalGemName(fullClassName: String): String
  11. def getAllExcludesRules(): String
    Annotations
    @Py4JWhitelist()
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getProcessFromGem(spark: SparkSession, gemName: String, _session: String): String
    Annotations
    @Py4JWhitelist()
  14. def getProphecyThrowable(gemName: Option[String], exception: Exception): ProphecySparkThrowable
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def sendGemProgressEvent(spark: SparkSession, session: String, processId: String, taskState: String, startTime: String, endTime: String, stdout: String, stderr: String, throwable: Throwable): Unit
    Annotations
    @Py4JWhitelist()
  22. def sendGemProgressEvent(spark: SparkSession, session: String, processId: String, taskState: String, startTime: String, endTime: String, stdout: String, stderr: String, exceptionType: String, msg: String, causeMsg: String, stackTrace: String): Unit
    Annotations
    @Py4JWhitelist()
  23. def sendGemProgressEvent(spark: SparkSession, session: String, processId: String, taskState: String, startTime: String, endTime: String, stdout: String, stderr: String): Unit
    Annotations
    @Py4JWhitelist()
  24. def sendPipelineProgressEvent(spark: SparkSession, session: String, pipelineId: String, state: String, startTime: String, endTime: String, exceptionType: String, msg: String, causeMsg: String, stackTrace: String): Unit
    Annotations
    @Py4JWhitelist()
  25. def sendPipelineProgressEvent(spark: SparkSession, session: String, pipelineId: String, state: String, startTime: String, endTime: String, throwable: Throwable): Unit
    Annotations
    @Py4JWhitelist()
  26. def sendPipelineProgressEvent(spark: SparkSession, session: String, pipelineId: String, state: String, startTime: String, endTime: String): Unit
    Annotations
    @Py4JWhitelist()
  27. def sendPipelineProgressEventInternal(spark: SparkSession, session: String, pipelineId: String, state: String, submissionTime: Option[Long], startTime: Long, endTime: Option[Long] = None, exception: Option[SerializableException] = None): Unit
  28. def sendPipelineProgressEventInternal(spark: SparkSession, session: String, pipelineId: String, state: String, startTime: String, endTime: String, exception: Option[SerializableException]): Unit
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. object Extension extends Extension

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 ExceptionExtensions

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped