org.apache.spark.status.api.v1
Class ApplicationInfo

Object
  extended by org.apache.spark.status.api.v1.ApplicationInfo

public class ApplicationInfo
extends Object


Method Summary
 scala.collection.Seq<ApplicationAttemptInfo> attempts()
           
 String id()
           
 String name()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

id

public String id()

name

public String name()

attempts

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