Packages

o

org.apache.spark.sql

ProphecyDebugger

object ProphecyDebugger

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

Type Members

  1. implicit class ClassWrapper extends AnyRef
  2. implicit class PropertiesToMap extends AnyRef
  3. case class ReflectionMethod(claz: Class[_], methodName: String, args: Seq[Class[_]], returnType: Class[_]) extends Product with Serializable

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 async[T](f: ⇒ T): T
    Annotations
    @Py4JWhitelist()
  6. val cachedMethods: TrieMap[ReflectionMethod, Method]
  7. val cachedObjects: TrieMap[String, AnyRef]
  8. def callScalaObjectMethod(spark: SparkSession, className: String, methodName: String, args: List[AnyRef]): Any
    Annotations
    @Py4JWhitelist()
  9. def callScalaObjectMethod(className: String, methodName: String, classes: Seq[Class[_]], args: Seq[Any]): Any
  10. def callScalaObjectMethod(className: String, methodName: String, args: Seq[Any]): Any
  11. def callScalaObjectMethod(spark: SparkSession, className: String, methodName: String, args: Seq[Any]): Any
    Annotations
    @Py4JWhitelist()
  12. def callScalaObjectMethodAsync(spark: SparkSession, className: String, methodName: String, args: List[AnyRef]): Any
    Annotations
    @Py4JWhitelist()
  13. def callScalaObjectMethodInternal[T](className: String, methodName: String, args: Seq[Any]): T
  14. def classDetails(spark: SparkSession, name: String): String
    Annotations
    @Py4JWhitelist()
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def exception(spark: SparkSession): Unit
    Annotations
    @Py4JWhitelist()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getReflectionMethod(m: ReflectionMethod): Method
    Annotations
    @Py4JWhitelist()
  21. def getReflectionMethod(claz: Class[_], methodName: String, args: Seq[Class[_]], returnType: Class[_]): Method
    Annotations
    @Py4JWhitelist()
  22. def getReflectionMethod(claz: Class[_], methodName: String, args: Seq[Class[_]]): Method
    Annotations
    @Py4JWhitelist()
  23. def getScalaObject(className: String): Any
    Annotations
    @Py4JWhitelist()
  24. def getScalaObject(spark: SparkSession, className: String): Any
    Annotations
    @Py4JWhitelist()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def listEnv: List[String]
    Annotations
    @Py4JWhitelist()
  28. def localProperties(spark: SparkSession): Map[String, String]
    Annotations
    @Py4JWhitelist()
  29. def localProperty(spark: SparkSession, key: String): String
    Annotations
    @Py4JWhitelist()
  30. def localPropertyAsync(spark: SparkSession, key: String): String
    Annotations
    @Py4JWhitelist()
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def printThreadDump(): Unit
    Annotations
    @Py4JWhitelist()
  35. def runtimeConf(spark: SparkSession): Map[String, String]
    Annotations
    @Py4JWhitelist()
  36. def sparkConf(spark: SparkSession): Map[String, String]
    Annotations
    @Py4JWhitelist()
  37. def sparkSql(spark: SparkSession, query: String): DataFrame
    Annotations
    @Py4JWhitelist()
  38. def sparkSqlShow(spark: SparkSession, query: String): Unit
    Annotations
    @Py4JWhitelist()
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def taskContextProperty(spark: SparkSession, key: String): String
    Annotations
    @Py4JWhitelist()
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped