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
Ordering
- Alphabetic
- By Inheritance
Inherited
- EngineEvent
- Serializable
- Serializable
- SparkListenerEvent
- KyuubiEvent
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val applicationId: String
- val applicationName: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attemptId: Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val connectionUrl: String
- val diagnostic: String
- val endTime: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
lazy val
eventType: String
- Definition Classes
- KyuubiEvent
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
logEvent: Boolean
- Attributes
- protected[apache.spark]
- Definition Classes
- SparkListenerEvent
- val master: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val owner: String
-
lazy val
partitions: Seq[(String, String)]
- Definition Classes
- EngineEvent → KyuubiEvent
- val settings: Map[String, String]
- val shareLevel: String
- val sparkVersion: String
- val startTime: Long
- val state: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toJson: String
- Definition Classes
- KyuubiEvent
-
def
toString(): String
- Definition Classes
- EngineEvent → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val webUrl: String