Modifier and Type | Method and Description |
---|---|
List<AMInfo> |
JobReport.getAMInfos() |
Modifier and Type | Method and Description |
---|---|
void |
JobReport.setAMInfos(List<AMInfo> amInfos) |
Modifier and Type | Class and Description |
---|---|
class |
AMInfoPBImpl |
Modifier and Type | Method and Description |
---|---|
List<AMInfo> |
JobReportPBImpl.getAMInfos() |
Modifier and Type | Method and Description |
---|---|
void |
JobReportPBImpl.setAMInfos(List<AMInfo> amInfos) |
Modifier and Type | Method and Description |
---|---|
List<AMInfo> |
MRAppMaster.getAllAMInfos() |
Modifier and Type | Method and Description |
---|---|
List<AMInfo> |
Job.getAMInfos() |
Modifier and Type | Method and Description |
---|---|
List<AMInfo> |
JobImpl.getAMInfos() |
Constructor and Description |
---|
JobImpl(JobId jobId,
ApplicationAttemptId applicationAttemptId,
Configuration conf,
EventHandler eventHandler,
TaskAttemptListener taskAttemptListener,
JobTokenSecretManager jobTokenSecretManager,
Credentials jobCredentials,
Clock clock,
Map<TaskId,JobHistoryParser.TaskInfo> completedTasksFromPreviousRun,
MRAppMetrics metrics,
OutputCommitter committer,
boolean newApiCommitter,
String userName,
long appSubmitTime,
List<AMInfo> amInfos,
AppContext appContext,
JobStateInternal forcedState,
String forcedDiagnostic) |
Constructor and Description |
---|
AMAttemptInfo(AMInfo amInfo,
String jobId,
String user) |
Modifier and Type | Method and Description |
---|---|
List<AMInfo> |
CompletedJob.getAMInfos() |
List<AMInfo> |
PartialJob.getAMInfos() |
Constructor and Description |
---|
AMAttemptInfo(AMInfo amInfo,
String jobId,
String user,
String host,
String pathPrefix) |
Modifier and Type | Method and Description |
---|---|
static AMInfo |
MRBuilderUtils.newAMInfo(ApplicationAttemptId appAttemptId,
long startTime,
ContainerId containerId,
String nmHost,
int nmPort,
int nmHttpPort) |
Modifier and Type | Method and Description |
---|---|
static JobReport |
MRBuilderUtils.newJobReport(JobId jobId,
String jobName,
String userName,
JobState state,
long submitTime,
long startTime,
long finishTime,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
String jobFile,
List<AMInfo> amInfos,
boolean isUber,
String diagnostics) |
Copyright © 2013 Apache Software Foundation. All rights reserved.