public class SparkListenerNodeBlacklistedForStage extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
SparkListenerNodeBlacklistedForStage(long time,
String hostId,
int executorFailures,
int stageId,
int stageAttemptId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5)
Deprecated.
|
int |
executorFailures()
Deprecated.
|
String |
hostId()
Deprecated.
|
int |
stageAttemptId()
Deprecated.
|
int |
stageId()
Deprecated.
|
long |
time()
Deprecated.
|
static String |
toString()
Deprecated.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logEvent
public SparkListenerNodeBlacklistedForStage(long time, String hostId, int executorFailures, int stageId, int stageAttemptId)
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
public static String toString()
public long time()
public String hostId()
public int executorFailures()
public int stageId()
public int stageAttemptId()