case class SessionEvent(sessionId: String, name: String, engineId: String, username: String, ip: String, serverIp: String, conf: Map[String, String], startTime: Long, endTime: Long = -1L, totalOperations: Int = 0, sessionRunTime: Long = 0, sessionCpuTime: Long = 0) extends KyuubiEvent with SparkListenerEvent with Product with Serializable
Event Tracking for user sessions
- sessionId
the identifier of a session
- engineId
the engine id
- ip
Client IP address
- serverIp
Kyuubi Server IP address
- startTime
Start time
- endTime
End time
- totalOperations
how many queries and meta calls
- sessionRunTime
total time of running the session (including fetching shuffle data) in milliseconds
- sessionCpuTime
total CPU time of running the session (including fetching shuffle data) in nanoseconds
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SessionEvent
- Serializable
- Serializable
- SparkListenerEvent
- KyuubiEvent
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SessionEvent(sessionId: String, name: String, engineId: String, username: String, ip: String, serverIp: String, conf: Map[String, String], startTime: Long, endTime: Long = -1L, totalOperations: Int = 0, sessionRunTime: Long = 0, sessionCpuTime: Long = 0)
- sessionId
the identifier of a session
- engineId
the engine id
- ip
Client IP address
- serverIp
Kyuubi Server IP address
- startTime
Start time
- endTime
End time
- totalOperations
how many queries and meta calls
- sessionRunTime
total time of running the session (including fetching shuffle data) in milliseconds
- sessionCpuTime
total CPU time of running the session (including fetching shuffle data) in nanoseconds
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val conf: Map[String, String]
- def duration: Long
- var endTime: Long
- val engineId: String
-
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()
- val ip: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
logEvent: Boolean
- Attributes
- protected[apache.spark]
- Definition Classes
- SparkListenerEvent
- val name: 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()
-
lazy val
partitions: Seq[(String, String)]
- Definition Classes
- SessionEvent → KyuubiEvent
- val serverIp: String
- var sessionCpuTime: Long
-
val
sessionId: String
- Annotations
- @KVIndex()
- var sessionRunTime: Long
- val startTime: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toJson: String
- Definition Classes
- KyuubiEvent
- var totalOperations: Int
- val username: String
-
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()