Packages

c

org.apache.spark.ui

EngineTab

case class EngineTab(engine: Option[SparkSQLEngine], sparkUI: Option[SparkUI], store: EngineEventsStore, kyuubiConf: KyuubiConf) extends SparkUITab with Logging with Product with Serializable

Note that SparkUITab is private for Spark

Linear Supertypes
Serializable, Serializable, Product, Equals, Logging, SparkUITab, WebUITab, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EngineTab
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logging
  7. SparkUITab
  8. WebUITab
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EngineTab(engine: Option[SparkSQLEngine], sparkUI: Option[SparkUI], store: EngineEventsStore, kyuubiConf: KyuubiConf)

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. def appName: String
    Definition Classes
    SparkUITab
  5. def appSparkVersion: String
    Definition Classes
    SparkUITab
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def attachPage(page: WebUIPage): Unit
    Definition Classes
    WebUITab
  8. def basePath: String
    Definition Classes
    WebUITab
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def debug(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  11. def debug(message: ⇒ Any): Unit
    Definition Classes
    Logging
  12. def endTime(): Long
  13. val engine: Option[SparkSQLEngine]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def error(message: ⇒ Any): Unit
    Definition Classes
    Logging
  16. def error(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def handleGracefulKillRequest(request: HttpServletRequest): Unit
  20. def handleKillRequest(request: HttpServletRequest): Unit
  21. def headerTabs: Seq[WebUITab]
    Definition Classes
    WebUITab
  22. def info(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  23. def info(message: ⇒ Any): Unit
    Definition Classes
    Logging
  24. def initializeLoggerIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val killEnabled: Boolean
  27. val kyuubiConf: KyuubiConf
  28. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  29. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  30. val name: String
    Definition Classes
    EngineTab → WebUITab
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. val pages: ArrayBuffer[WebUIPage]
    Definition Classes
    WebUITab
  35. val prefix: String
    Definition Classes
    WebUITab
  36. val sparkUI: Option[SparkUI]
  37. val startTime: Long
  38. val store: EngineEventsStore
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. def warn(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  44. def warn(message: ⇒ Any): Unit
    Definition Classes
    Logging

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from SparkUITab

Inherited from WebUITab

Inherited from AnyRef

Inherited from Any

Ungrouped