Packages

o

org.apache.spark.sql

MetricsCollector

object MetricsCollector extends Serializable with LazyLogging

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

Type Members

  1. case class EmptyConfig() extends ConfigBase with 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. val DefaultUndef: String
  5. val GroupIdKey: String
  6. val InstrumentationJobDescription: String
  7. val InstrumentationJobId: String
  8. val InstrumentationReadJobDescription: String
  9. val InstrumentationReadJobId: String
  10. val SparkConfCollectBasicStats: String
  11. val SparkConfComponentMetricsTable: String
  12. val SparkConfDisableOffload: String
  13. val SparkConfExpectedInterims: String
  14. val SparkConfFabricIdKey: String
  15. val SparkConfInterimsTable: String
  16. val SparkConfJobBranch: String
  17. val SparkConfJobUriKey: String
  18. val SparkConfOffloadForTestEnabled: String
  19. val SparkConfPackagesPath: String
  20. val SparkConfPipelineCodeKey: String
  21. val SparkConfPipelineMetricsTable: String
  22. val SparkConfPipelineProcessesKey: String
  23. val SparkConfPipelineUUIDKey: String
  24. val SparkConfPipelineUriKey: String
  25. val SparkConfProjectID: String
  26. val SparkConfRunTypeKey: String
  27. val SparkConfServiceUrlKey: String
  28. val SparkConfStorageFormat: String
  29. val SparkConfTablePartitioningDisabled: String
  30. val SparkConfTestListenerEnabled: String
  31. val SparkConfURL: String
  32. val SparkConfUserIdKey: String
  33. val SparkConfsToLog: List[String]
  34. val SparkDeltaPathPrefix: String
  35. def addSparkListener(spark: SparkSession, executionUrlOptional: Option[String], session: String, scheduled: Boolean): Unit
  36. def addSparkListener(spark: SparkSession, executionUrl: String, session: String, scheduled: Boolean): Unit
    Annotations
    @Py4JWhitelist()
  37. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  38. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  39. val emptyConfig: EmptyConfig
  40. def end(): Unit
  41. def end(spark: SparkSession, interimDetails: List[(InterimKey, DataFrame)]): Unit
  42. def end(spark: SparkSession): Unit
    Annotations
    @Py4JWhitelist()
  43. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  45. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. def getJobGroup(spark: SparkSession): String
  47. def getListenerFromSparkSession(sparkSession: SparkSession): Option[ProphecyEventSendingListener]
  48. def getSession(sessionForInteractive: String): String
  49. def getSessionAppendedKey(key: String, session: String): String
  50. def getSparkProperty(confKey: String, spark: SparkSession): Option[String]
  51. def getTaskIdFromGroup(spark: SparkSession): String
  52. def getUniqueSessionId(session: SparkSession): Option[String]
  53. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. def initializeMetrics(spark: SparkSession): Unit
    Annotations
    @Py4JWhitelist()
  55. def instrument[R, T <: Product](spark: SparkSession, pipelineId: String, sessionForInteractive: String, interimDetails: List[(InterimKey, DataFrame)], config: T)(func: ⇒ R): Unit
  56. def instrument[R](spark: SparkSession, pipelineId: String, sessionForInteractive: String = "", interimDetails: List[(InterimKey, DataFrame)] = Nil)(func: ⇒ R): Unit
  57. def instrumentExternal[R](func: ⇒ R, spark: SparkSession, pipelineId: String, sessionForInteractive: String, interimDetailsTupleList: List[((String, String, String), DataFrame)] = Nil): Unit
    Annotations
    @Py4JWhitelist()
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  62. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  63. val sessionDataStore: TrieMap[String, InMemoryStore]
  64. def start(spark: SparkSession, pipelineId: String, sessionForInteractive: String, pipelineConfigOptional: Option[String]): Unit
    Annotations
    @Py4JWhitelist()
  65. def start(spark: SparkSession, pipelineId: String, sessionForInteractive: String, pipelineConfig: String): Unit
    Annotations
    @Py4JWhitelist()
  66. def start[T <: Product](spark: SparkSession, pipelineId: String, sessionForInteractive: String, config: T): Unit
    Annotations
    @Py4JWhitelist()
  67. def start(spark: SparkSession, pipelineId: String, sessionForInteractive: String = ""): Unit
    Annotations
    @Py4JWhitelist()
  68. def start[T <: Product](spark: SparkSession, pipelineId: String, config: T): Unit
    Annotations
    @Py4JWhitelist()
  69. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  73. 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 LazyLogging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped