org.apache.hadoop.yarn.api.records
Interface ApplicationStatus
- All Known Implementing Classes:
- ApplicationStatusPBImpl
@InterfaceAudience.Private
@InterfaceStability.Unstable
public interface ApplicationStatus
For internal use only...
getApplicationAttemptId
ApplicationAttemptId getApplicationAttemptId()
setApplicationAttemptId
void setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
getResponseId
int getResponseId()
setResponseId
void setResponseId(int id)
getProgress
float getProgress()
setProgress
void setProgress(float progress)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.