org.apache.spark.scheduler
Class SparkListenerBlockManagerAdded

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

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

See Also:
Serialized Form

Constructor Summary
SparkListenerBlockManagerAdded(long time, BlockManagerId blockManagerId, long maxMem)
           
 
Method Summary
 BlockManagerId blockManagerId()
           
 long maxMem()
           
 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

SparkListenerBlockManagerAdded

public SparkListenerBlockManagerAdded(long time,
                                      BlockManagerId blockManagerId,
                                      long maxMem)
Method Detail

time

public long time()

blockManagerId

public BlockManagerId blockManagerId()

maxMem

public long maxMem()