Class ApplicationInfo

Object
org.apache.spark.status.api.v1.ApplicationInfo
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class ApplicationInfo extends Object implements scala.Product, scala.Serializable
See Also:
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
    • toString

      public static String toString()
    • id

      public String id()
    • name

      public String name()
    • coresGranted

      public scala.Option<Object> coresGranted()
    • maxCores

      public scala.Option<Object> maxCores()
    • coresPerExecutor

      public scala.Option<Object> coresPerExecutor()
    • memoryPerExecutorMB

      public scala.Option<Object> memoryPerExecutorMB()
    • attempts

      public scala.collection.Seq<ApplicationAttemptInfo> attempts()