Modifier and Type | Method and Description |
---|---|
RMAppAttempt |
AMLauncherEvent.getAppAttempt() |
Modifier and Type | Method and Description |
---|---|
protected Runnable |
ApplicationMasterLauncher.createRunnableLauncher(RMAppAttempt application,
AMLauncherEventType event) |
Constructor and Description |
---|
AMLauncher(RMContext rmContext,
RMAppAttempt application,
AMLauncherEventType eventType,
Configuration conf) |
AMLauncherEvent(AMLauncherEventType type,
RMAppAttempt appAttempt) |
Modifier and Type | Method and Description |
---|---|
void |
RMStateStore.storeApplicationAttempt(RMAppAttempt appAttempt) |
Modifier and Type | Method and Description |
---|---|
RMAppAttempt |
RMApp.getCurrentAppAttempt()
RMApp can have multiple application attempts RMAppAttempt . |
RMAppAttempt |
RMAppImpl.getCurrentAppAttempt() |
RMAppAttempt |
RMApp.getRMAppAttempt(ApplicationAttemptId appAttemptId)
RMApp can have multiple application attempts RMAppAttempt . |
RMAppAttempt |
RMAppImpl.getRMAppAttempt(ApplicationAttemptId appAttemptId) |
Modifier and Type | Method and Description |
---|---|
Map<ApplicationAttemptId,RMAppAttempt> |
RMApp.getAppAttempts()
RMApp can have multiple application attempts RMAppAttempt . |
Map<ApplicationAttemptId,RMAppAttempt> |
RMAppImpl.getAppAttempts() |
Modifier and Type | Class and Description |
---|---|
class |
RMAppAttemptImpl |
Constructor and Description |
---|
AppAttemptInfo(RMAppAttempt attempt,
String user) |
Copyright © 2013 Apache Software Foundation. All rights reserved.