org.apache.spark.scheduler
Class SparkListenerEnvironmentUpdate

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

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

See Also:
Serialized Form

Constructor Summary
SparkListenerEnvironmentUpdate(scala.collection.Map<String,scala.collection.Seq<scala.Tuple2<String,String>>> environmentDetails)
           
 
Method Summary
 scala.collection.Map<String,scala.collection.Seq<scala.Tuple2<String,String>>> environmentDetails()
           
 
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

SparkListenerEnvironmentUpdate

public SparkListenerEnvironmentUpdate(scala.collection.Map<String,scala.collection.Seq<scala.Tuple2<String,String>>> environmentDetails)
Method Detail

environmentDetails

public scala.collection.Map<String,scala.collection.Seq<scala.Tuple2<String,String>>> environmentDetails()