Packages

c

org.apache.spark.sql.execution.ui

SparkPlanGraphClusterWrapper

class SparkPlanGraphClusterWrapper extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkPlanGraphClusterWrapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SparkPlanGraphClusterWrapper(id: Long, name: String, desc: String, nodes: Seq[SparkPlanGraphNodeWrapper], metrics: Seq[SQLPlanMetric])

Value Members

  1. val desc: String
  2. val id: Long
  3. val metrics: Seq[SQLPlanMetric]
  4. val name: String
  5. val nodes: Seq[SparkPlanGraphNodeWrapper]
  6. def toSparkPlanGraphCluster(): SparkPlanGraphCluster