Packages

package ui

Type Members

  1. case class EnginePage(parent: EngineTab) extends WebUIPage with Product with Serializable
  2. case class EngineSessionPage(parent: EngineTab) extends WebUIPage with Logging with Product with Serializable

    Page for Spark Web UI that shows statistics of jobs running in the engine server

  3. case class EngineTab(engine: SparkSQLEngine) extends SparkUITab with Logging with Product with Serializable

    Note that SparkUITab is private for Spark

Ungrouped