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

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

public class ApplicationAttemptInfo
extends Object


Method Summary
 scala.Option<String> attemptId()
           
 boolean completed()
           
 java.util.Date endTime()
           
 String sparkUser()
           
 java.util.Date startTime()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

attemptId

public scala.Option<String> attemptId()

startTime

public java.util.Date startTime()

endTime

public java.util.Date endTime()

sparkUser

public String sparkUser()

completed

public boolean completed()