Class SparkListenerApplicationEnd

Object
org.apache.spark.scheduler.SparkListenerApplicationEnd
All Implemented Interfaces:
Serializable, SparkListenerEvent, scala.Equals, scala.Product

public class SparkListenerApplicationEnd extends Object implements SparkListenerEvent, scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SparkListenerApplicationEnd(long time, scala.Option<Object> exitCode)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1, T2 v2)
     
    scala.Option<Object>
     
    long
     
    static String
     

    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, productElementName, productElementNames, productIterator, productPrefix

    Methods inherited from interface org.apache.spark.scheduler.SparkListenerEvent

    logEvent
  • Constructor Details

    • SparkListenerApplicationEnd

      public SparkListenerApplicationEnd(long time, scala.Option<Object> exitCode)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • time

      public long time()
    • exitCode

      public scala.Option<Object> exitCode()