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