public class SparkListenerExecutorBlacklistedForStage extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
SparkListenerExecutorBlacklistedForStage(long time,
String executorId,
int taskFailures,
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.
|
String |
executorId()
Deprecated.
|
int |
stageAttemptId()
Deprecated.
|
int |
stageId()
Deprecated.
|
int |
taskFailures()
Deprecated.
|
long |
time()
Deprecated.
|
static String |
toString()
Deprecated.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logEvent
public SparkListenerExecutorBlacklistedForStage(long time, String executorId, int taskFailures, 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 executorId()
public int taskFailures()
public int stageId()
public int stageAttemptId()