public class SparkListenerStageSubmitted extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
SparkListenerStageSubmitted(StageInfo stageInfo,
java.util.Properties properties) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2) |
java.util.Properties |
properties() |
StageInfo |
stageInfo() |
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logEvent
public SparkListenerStageSubmitted(StageInfo stageInfo, java.util.Properties properties)
public abstract static R apply(T1 v1, T2 v2)
public static String toString()
public StageInfo stageInfo()
public java.util.Properties properties()