|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.ahs |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.ahs with parameters of type RMAppAttempt | |
|---|---|
void |
RMApplicationHistoryWriter.applicationAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState finalState)
|
void |
RMApplicationHistoryWriter.applicationAttemptStarted(RMAppAttempt appAttempt)
|
| Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.amlauncher |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.amlauncher that return RMAppAttempt | |
|---|---|
RMAppAttempt |
AMLauncherEvent.getAppAttempt()
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type RMAppAttempt | |
|---|---|
protected Runnable |
ApplicationMasterLauncher.createRunnableLauncher(RMAppAttempt application,
AMLauncherEventType event)
|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type RMAppAttempt | |
|---|---|
AMLauncher(RMContext rmContext,
RMAppAttempt application,
AMLauncherEventType eventType,
org.apache.hadoop.conf.Configuration conf)
|
|
AMLauncherEvent(AMLauncherEventType type,
RMAppAttempt appAttempt)
|
|
| Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.metrics |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.metrics with parameters of type RMAppAttempt | |
|---|---|
void |
SystemMetricsPublisher.appAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState appAttemtpState,
RMApp app,
long finishedTime)
|
void |
SystemMetricsPublisher.appAttemptRegistered(RMAppAttempt appAttempt,
long registeredTime)
|
| Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.recovery |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type RMAppAttempt | |
|---|---|
org.apache.hadoop.security.Credentials |
RMStateStore.getCredentialsFromAppAttempt(RMAppAttempt appAttempt)
|
void |
RMStateStore.storeNewApplicationAttempt(RMAppAttempt appAttempt)
|
| Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.rmapp |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp that return RMAppAttempt | |
|---|---|
RMAppAttempt |
RMAppImpl.getCurrentAppAttempt()
|
RMAppAttempt |
RMApp.getCurrentAppAttempt()
RMApp can have multiple application attempts RMAppAttempt. |
RMAppAttempt |
RMAppImpl.getRMAppAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
|
RMAppAttempt |
RMApp.getRMAppAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
RMApp can have multiple application attempts RMAppAttempt. |
| Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp that return types with arguments of type RMAppAttempt | |
|---|---|
Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,RMAppAttempt> |
RMAppImpl.getAppAttempts()
|
Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,RMAppAttempt> |
RMApp.getAppAttempts()
RMApp can have multiple application attempts RMAppAttempt. |
| Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt |
|---|
| Classes in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt that implement RMAppAttempt | |
|---|---|
class |
RMAppAttemptImpl
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt with parameters of type RMAppAttempt | |
|---|---|
void |
RMAppAttemptImpl.transferStateFromPreviousAttempt(RMAppAttempt attempt)
|
| Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type RMAppAttempt | |
|---|---|
AppAttemptInfo(RMAppAttempt attempt,
String user)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||