public class SparkListenerBlockManagerRemoved extends java.lang.Object implements SparkListenerEvent, scala.Product, scala.Serializable
| Constructor and Description |
|---|
SparkListenerBlockManagerRemoved(long time,
BlockManagerId blockManagerId) |
| Modifier and Type | Method and Description |
|---|---|
BlockManagerId |
blockManagerId() |
abstract static boolean |
canEqual(java.lang.Object that) |
abstract static boolean |
equals(java.lang.Object that) |
protected static boolean |
logEvent() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
long |
time() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogEventpublic SparkListenerBlockManagerRemoved(long time,
BlockManagerId blockManagerId)
protected static boolean logEvent()
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public long time()
public BlockManagerId blockManagerId()