Package org.apache.spark.scheduler
Class SparkListenerEnvironmentUpdate
Object
org.apache.spark.scheduler.SparkListenerEnvironmentUpdate
- All Implemented Interfaces:
Serializable
,SparkListenerEvent
,scala.Equals
,scala.Product
,scala.Serializable
public class SparkListenerEnvironmentUpdate
extends Object
implements SparkListenerEvent, scala.Product, scala.Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionSparkListenerEnvironmentUpdate
(scala.collection.Map<String, scala.collection.Seq<scala.Tuple2<String, String>>> environmentDetails) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
Methods inherited from interface org.apache.spark.scheduler.SparkListenerEvent
logEvent
-
Constructor Details
-
SparkListenerEnvironmentUpdate
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
environmentDetails
-