org.apache.spark.scheduler
Class SparkListenerBlockManagerRemoved

Object
  extended by org.apache.spark.scheduler.SparkListenerBlockManagerRemoved
All Implemented Interfaces:
java.io.Serializable, SparkListenerEvent, scala.Equals, scala.Product

public class SparkListenerBlockManagerRemoved
extends Object
implements SparkListenerEvent, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
SparkListenerBlockManagerRemoved(long time, BlockManagerId blockManagerId)
           
 
Method Summary
 BlockManagerId blockManagerId()
           
 long time()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

SparkListenerBlockManagerRemoved

public SparkListenerBlockManagerRemoved(long time,
                                        BlockManagerId blockManagerId)
Method Detail

time

public long time()

blockManagerId

public BlockManagerId blockManagerId()