Object

org.apache.spark.sql

MetricsCollector

Related Doc: package sql

Permalink

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DeltaPathPrefix: String

    Permalink
  5. def addSparkListener(spark: SparkSession, executionUrl: String, session: String, scheduled: Boolean): Unit

    Permalink
    Annotations
    @Py4JWhitelist()
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. val disableOffload: String

    Permalink
  9. def end(): Unit

    Permalink
  10. def end(spark: SparkSession): Unit

    Permalink
    Annotations
    @Py4JWhitelist()
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getJobGroup(spark: SparkSession): String

    Permalink
  15. def getSession(sessionForInteractive: String): String

    Permalink
  16. def getSessionAppendedKey(key: String, session: String): String

    Permalink
  17. def getTaskIdFromGroup(spark: SparkSession): String

    Permalink
  18. def getUniqueSessionId(session: SparkSession): Option[String]

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def initializeMetrics(spark: SparkSession): Unit

    Permalink
    Annotations
    @Py4JWhitelist()
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. val sessionDataStore: TrieMap[String, InMemoryStore]

    Permalink
  27. val sparkConfComponentMetricsTable: String

    Permalink
  28. val sparkConfFabricIdKey: String

    Permalink
  29. val sparkConfInterimsTable: String

    Permalink
  30. val sparkConfJobBranch: String

    Permalink
  31. val sparkConfJobUriKey: String

    Permalink
  32. val sparkConfPipelineMetricsTable: String

    Permalink
  33. val sparkConfPipelineProcessesKey: String

    Permalink
  34. val sparkConfPipelineUUIDKey: String

    Permalink
  35. val sparkConfPipelineUriKey: String

    Permalink
  36. val sparkConfProjectID: String

    Permalink
  37. val sparkConfRunTypeKey: String

    Permalink
  38. val sparkConfServiceUrlKey: String

    Permalink
  39. val sparkConfTestEnabled: String

    Permalink
  40. val sparkConfURL: String

    Permalink
  41. val sparkConfUserIdKey: String

    Permalink
  42. def start(spark: SparkSession, pipelineId: String, sessionForInteractive: String = ""): Unit

    Permalink
    Annotations
    @Py4JWhitelist()
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    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