Package

org.apache.spark.sql.execution

ui

Permalink

package ui

Visibility
  1. Public
  2. All

Type Members

  1. case class SparkListenerDriverAccumUpdates(executionId: Long, accumUpdates: Seq[(Long, Long)]) extends SparkListenerEvent with Product with Serializable

    Permalink
    Annotations
    @DeveloperApi()
  2. case class SparkListenerSQLExecutionEnd(executionId: Long, time: Long) extends SparkListenerEvent with Product with Serializable

    Permalink
    Annotations
    @DeveloperApi()
  3. case class SparkListenerSQLExecutionStart(executionId: Long, description: String, details: String, physicalPlanDescription: String, sparkPlanInfo: SparkPlanInfo, time: Long) extends SparkListenerEvent with Product with Serializable

    Permalink
    Annotations
    @DeveloperApi()

Ungrouped