Packages

c

org.apache.spark.ui

EngineTab

case class EngineTab(engine: SparkSQLEngine) 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: SparkSQLEngine)

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): Unit
    Definition Classes
    Logging
  11. val engine: SparkSQLEngine
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def error(message: ⇒ Any): Unit
    Definition Classes
    Logging
  14. def error(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def handleKillRequest(request: HttpServletRequest): Unit
  18. def headerTabs: Seq[WebUITab]
    Definition Classes
    WebUITab
  19. def info(message: ⇒ Any): Unit
    Definition Classes
    Logging
  20. def initializeLoggerIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val killEnabled: Boolean
  23. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  24. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  25. val name: String
    Definition Classes
    EngineTab → WebUITab
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val pages: ArrayBuffer[WebUIPage]
    Definition Classes
    WebUITab
  30. val prefix: String
    Definition Classes
    WebUITab
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  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. def warn(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  36. 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