public class RMAppAttemptImpl extends Object implements RMAppAttempt, Recoverable
| Modifier and Type | Field and Description |
|---|---|
static Priority |
AM_CONTAINER_PRIORITY |
| Constructor and Description |
|---|
RMAppAttemptImpl(ApplicationAttemptId appAttemptId,
RMContext rmContext,
YarnScheduler scheduler,
ApplicationMasterService masterService,
ApplicationSubmissionContext submissionContext,
Configuration conf,
String user) |
| Modifier and Type | Method and Description |
|---|---|
Token<ClientToAMTokenIdentifier> |
createClientToken(String client)
Create a token for authenticating a client connection to the app attempt
|
Token<AMRMTokenIdentifier> |
getAMRMToken()
The AMRMToken belonging to this app attempt
|
ApplicationAttemptId |
getAppAttemptId()
Get the application attempt id for this
RMAppAttempt. |
RMAppAttemptState |
getAppAttemptState()
The state of the
RMAppAttempt. |
ApplicationResourceUsageReport |
getApplicationResourceUsageReport()
Get application container and resource usage information.
|
SecretKey |
getClientTokenMasterKey()
The master key for client-to-AM tokens for this app attempt.
|
String |
getDiagnostics()
Diagnostics information for the application attempt.
|
FinalApplicationStatus |
getFinalApplicationStatus()
The final status set by the AM.
|
String |
getHost()
The host on which the
RMAppAttempt is running/ran on. |
List<ContainerStatus> |
getJustFinishedContainers()
Return the list of last set of finished containers.
|
Container |
getMasterContainer()
The container on which the Application Master is running.
|
String |
getOriginalTrackingUrl()
The original url at which the status of the application attempt can be
accessed.
|
float |
getProgress()
Progress for the application attempt.
|
Set<NodeId> |
getRanNodes()
Nodes on which the containers for this
RMAppAttempt ran. |
int |
getRpcPort()
The rpc port of the
RMAppAttempt. |
long |
getStartTime()
the start time of the application.
|
ApplicationSubmissionContext |
getSubmissionContext()
The application submission context for this
RMAppAttempt. |
String |
getTrackingUrl()
The url at which the status of the application attempt can be accessed.
|
String |
getWebProxyBase()
The base to be prepended to web URLs that are not relative, and the user
has been checked.
|
void |
handle(RMAppAttemptEvent event) |
List<ContainerStatus> |
pullJustFinishedContainers()
Return a list of the last set of finished containers, resetting the
finished containers to empty.
|
void |
recover(RMStateStore.RMState state) |
void |
setDiagnostics(String message) |
public static final Priority AM_CONTAINER_PRIORITY
public RMAppAttemptImpl(ApplicationAttemptId appAttemptId, RMContext rmContext, YarnScheduler scheduler, ApplicationMasterService masterService, ApplicationSubmissionContext submissionContext, Configuration conf, String user)
public ApplicationAttemptId getAppAttemptId()
RMAppAttemptRMAppAttempt.getAppAttemptId in interface RMAppAttemptApplicationAttemptId for this RM attempt.public ApplicationSubmissionContext getSubmissionContext()
RMAppAttemptRMAppAttempt.getSubmissionContext in interface RMAppAttemptpublic FinalApplicationStatus getFinalApplicationStatus()
RMAppAttemptgetFinalApplicationStatus in interface RMAppAttemptpublic RMAppAttemptState getAppAttemptState()
RMAppAttemptRMAppAttempt.getAppAttemptState in interface RMAppAttemptRMAppAttemptState of this RMAppAttemptpublic String getHost()
RMAppAttemptRMAppAttempt is running/ran on.getHost in interface RMAppAttemptRMAppAttempt ran/is running on.public int getRpcPort()
RMAppAttemptRMAppAttempt.getRpcPort in interface RMAppAttemptRMAppAttempt to which the clients can connect
to.public String getTrackingUrl()
RMAppAttemptgetTrackingUrl in interface RMAppAttemptpublic String getOriginalTrackingUrl()
RMAppAttemptgetOriginalTrackingUrl in interface RMAppAttemptpublic String getWebProxyBase()
RMAppAttemptgetWebProxyBase in interface RMAppAttemptpublic SecretKey getClientTokenMasterKey()
RMAppAttemptgetClientTokenMasterKey in interface RMAppAttemptpublic Token<AMRMTokenIdentifier> getAMRMToken()
RMAppAttemptgetAMRMToken in interface RMAppAttemptpublic Token<ClientToAMTokenIdentifier> createClientToken(String client)
RMAppAttemptcreateClientToken in interface RMAppAttemptclient - the name of the client requesting the tokenpublic String getDiagnostics()
RMAppAttemptgetDiagnostics in interface RMAppAttemptpublic void setDiagnostics(String message)
public float getProgress()
RMAppAttemptgetProgress in interface RMAppAttemptRMAppAttemptpublic List<ContainerStatus> getJustFinishedContainers()
RMAppAttemptgetJustFinishedContainers in interface RMAppAttemptpublic List<ContainerStatus> pullJustFinishedContainers()
RMAppAttemptpullJustFinishedContainers in interface RMAppAttemptpublic Set<NodeId> getRanNodes()
RMAppAttemptRMAppAttempt ran.getRanNodes in interface RMAppAttemptRMAppAttemptpublic Container getMasterContainer()
RMAppAttemptgetMasterContainer in interface RMAppAttemptContainer on which the application master is running.public void handle(RMAppAttemptEvent event)
handle in interface EventHandler<RMAppAttemptEvent>public ApplicationResourceUsageReport getApplicationResourceUsageReport()
RMAppAttemptgetApplicationResourceUsageReport in interface RMAppAttemptpublic void recover(RMStateStore.RMState state) throws Exception
recover in interface RecoverableExceptionpublic long getStartTime()
RMAppAttemptgetStartTime in interface RMAppAttemptCopyright © 2013 Apache Software Foundation. All rights reserved.