case classSparkListenerDriverAccumUpdates(executionId: Long, accumUpdates: Seq[(Long, Long)]) extends SparkListenerEvent with Product with Serializable
Annotations
@DeveloperApi()
case classSparkListenerSQLExecutionEnd(executionId: Long, time: Long) extends SparkListenerEvent with Product with Serializable
Annotations
@DeveloperApi()
case classSparkListenerSQLExecutionStart(executionId: Long, description: String, details: String, physicalPlanDescription: String, sparkPlanInfo: SparkPlanInfo, time: Long) extends SparkListenerEvent with Product with Serializable
Annotations
@DeveloperApi()
case classSparkPlanGraph(nodes: Seq[SparkPlanGraphNode], edges: Seq[SparkPlanGraphEdge]) extends Product with Serializable
A graph used for storing information of an executionPlan of DataFrame.