public class SparkListenerMiscellaneousProcessAdded extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
SparkListenerMiscellaneousProcessAdded(long time,
String processId,
MiscellaneousProcessDetails info) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2,
T3 v3) |
MiscellaneousProcessDetails |
info() |
String |
processId() |
long |
time() |
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logEvent
public SparkListenerMiscellaneousProcessAdded(long time, String processId, MiscellaneousProcessDetails info)
public abstract static R apply(T1 v1, T2 v2, T3 v3)
public static String toString()
public long time()
public String processId()
public MiscellaneousProcessDetails info()