Packages

case class EngineEvent(applicationId: String, attemptId: Option[String], applicationName: String, owner: String, shareLevel: String, connectionUrl: String, master: String, sparkVersion: String, webUrl: String, startTime: Long, endTime: Long, state: Int, diagnostic: String, settings: Map[String, String]) extends KyuubiEvent with SparkListenerEvent with Product with Serializable

applicationId

application id a.k.a, the unique id for engine

applicationName

the application name

owner

the application user

shareLevel

the share level for this engine

connectionUrl

the jdbc connection string

master

the master type, yarn, k8s, local etc.

sparkVersion

short version of spark distribution

webUrl

the tracking url of this engine

startTime

start time

endTime

end time

state

the engine state

diagnostic

caught exceptions if any

settings

collection of all configurations of spark and kyuubi

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

Instance Constructors

  1. new EngineEvent(applicationId: String, attemptId: Option[String], applicationName: String, owner: String, shareLevel: String, connectionUrl: String, master: String, sparkVersion: String, webUrl: String, startTime: Long, endTime: Long, state: Int, diagnostic: String, settings: Map[String, String])

    applicationId

    application id a.k.a, the unique id for engine

    applicationName

    the application name

    owner

    the application user

    shareLevel

    the share level for this engine

    connectionUrl

    the jdbc connection string

    master

    the master type, yarn, k8s, local etc.

    sparkVersion

    short version of spark distribution

    webUrl

    the tracking url of this engine

    startTime

    start time

    endTime

    end time

    state

    the engine state

    diagnostic

    caught exceptions if any

    settings

    collection of all configurations of spark and kyuubi

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 applicationId: String
  5. val applicationName: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attemptId: Option[String]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val connectionUrl: String
  10. val diagnostic: String
  11. val endTime: Long
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final lazy val eventType: String
    Definition Classes
    KyuubiEvent
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def logEvent: Boolean
    Attributes
    protected[apache.spark]
    Definition Classes
    SparkListenerEvent
  18. val master: String
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val owner: String
  23. lazy val partitions: Seq[(String, String)]
    Definition Classes
    EngineEvent → KyuubiEvent
  24. val settings: Map[String, String]
  25. val shareLevel: String
  26. val sparkVersion: String
  27. val startTime: Long
  28. val state: Int
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. final def toJson: String
    Definition Classes
    KyuubiEvent
  31. def toString(): String
    Definition Classes
    EngineEvent → AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. val webUrl: String

Inherited from Serializable

Inherited from Serializable

Inherited from SparkListenerEvent

Inherited from KyuubiEvent

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped