|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.yarn.api.records.ApplicationAttemptId
@InterfaceAudience.Public @InterfaceStability.Stable public abstract class ApplicationAttemptId
ApplicationAttemptId
denotes the particular attempt
of an ApplicationMaster
for a given ApplicationId
.
Multiple attempts might be needed to run an application to completion due
to temporal failures of the ApplicationMaster
such as hardware
failures, connectivity issues etc. on the node on which it was scheduled.
Constructor Summary | |
---|---|
ApplicationAttemptId()
|
Method Summary | |
---|---|
protected abstract void |
build()
|
int |
compareTo(ApplicationAttemptId other)
|
boolean |
equals(Object obj)
|
abstract ApplicationId |
getApplicationId()
Get the ApplicationId of the ApplicationAttempId . |
abstract int |
getAttemptId()
Get the attempt id of the Application . |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApplicationAttemptId()
Method Detail |
---|
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ApplicationId getApplicationId()
ApplicationId
of the ApplicationAttempId
.
ApplicationId
of the ApplicationAttempId
@InterfaceAudience.Public @InterfaceStability.Stable public abstract int getAttemptId()
attempt id
of the Application
.
attempt id
of the Application
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public int compareTo(ApplicationAttemptId other)
compareTo
in interface Comparable<ApplicationAttemptId>
public String toString()
toString
in class Object
protected abstract void build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |