Class SparkListenerBlockManagerRemoved

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

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

    • SparkListenerBlockManagerRemoved

      public SparkListenerBlockManagerRemoved(long time, BlockManagerId blockManagerId)
  • Method Details

    • apply

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

      public static String toString()
    • time

      public long time()
    • blockManagerId

      public BlockManagerId blockManagerId()