org.apache.spark.scheduler
Class SparkListenerStageSubmitted

Object
  extended by org.apache.spark.scheduler.SparkListenerStageSubmitted
All Implemented Interfaces:
java.io.Serializable, SparkListenerEvent, scala.Equals, scala.Product

public class SparkListenerStageSubmitted
extends Object
implements SparkListenerEvent, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
SparkListenerStageSubmitted(StageInfo stageInfo, java.util.Properties properties)
           
 
Method Summary
 java.util.Properties properties()
           
 StageInfo stageInfo()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

SparkListenerStageSubmitted

public SparkListenerStageSubmitted(StageInfo stageInfo,
                                   java.util.Properties properties)
Method Detail

stageInfo

public StageInfo stageInfo()

properties

public java.util.Properties properties()