@InterfaceAudience.Private public interface AppContext
Modifier and Type | Method and Description |
---|---|
Map<JobId,Job> |
getAllJobs() |
ApplicationAttemptId |
getApplicationAttemptId() |
ApplicationId |
getApplicationID() |
String |
getApplicationName() |
Set<String> |
getBlacklistedNodes() |
ClientToAMTokenSecretManager |
getClientToAMTokenSecretManager() |
Clock |
getClock() |
ClusterInfo |
getClusterInfo() |
EventHandler |
getEventHandler() |
Job |
getJob(JobId jobID) |
long |
getStartTime() |
CharSequence |
getUser() |
boolean |
hasSuccessfullyUnregistered() |
boolean |
isLastAMRetry() |
ApplicationId getApplicationID()
ApplicationAttemptId getApplicationAttemptId()
String getApplicationName()
long getStartTime()
CharSequence getUser()
EventHandler getEventHandler()
Clock getClock()
ClusterInfo getClusterInfo()
ClientToAMTokenSecretManager getClientToAMTokenSecretManager()
boolean isLastAMRetry()
boolean hasSuccessfullyUnregistered()
Copyright © 2013 Apache Software Foundation. All rights reserved.