Modifier and Type | Method and Description |
---|---|
static int |
TypeConverter.fromYarn(JobState state) |
Modifier and Type | Method and Description |
---|---|
JobState |
JobReport.getJobState() |
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobReport.setJobState(JobState jobState) |
Modifier and Type | Method and Description |
---|---|
JobState |
JobReportPBImpl.getJobState() |
Modifier and Type | Method and Description |
---|---|
void |
JobReportPBImpl.setJobState(JobState jobState) |
Modifier and Type | Method and Description |
---|---|
JobState |
Job.getState() |
Modifier and Type | Method and Description |
---|---|
JobState |
JobImpl.getState() |
Modifier and Type | Field and Description |
---|---|
protected JobState |
JobInfo.state |
Modifier and Type | Method and Description |
---|---|
JobState |
CompletedJob.getState() |
JobState |
PartialJob.getState() |
Modifier and Type | Method and Description |
---|---|
static JobsInfo |
CachedHistoryStorage.getPartialJobs(Collection<Job> jobs,
Long offset,
Long count,
String user,
String queue,
Long sBegin,
Long sEnd,
Long fBegin,
Long fEnd,
JobState jobState) |
JobsInfo |
HistoryContext.getPartialJobs(Long offset,
Long count,
String user,
String queue,
Long sBegin,
Long sEnd,
Long fBegin,
Long fEnd,
JobState jobState) |
JobsInfo |
HistoryStorage.getPartialJobs(Long offset,
Long count,
String user,
String queue,
Long sBegin,
Long sEnd,
Long fBegin,
Long fEnd,
JobState jobState)
Look for a set of partial jobs.
|
JobsInfo |
CachedHistoryStorage.getPartialJobs(Long offset,
Long count,
String user,
String queue,
Long sBegin,
Long sEnd,
Long fBegin,
Long fEnd,
JobState jobState) |
JobsInfo |
JobHistory.getPartialJobs(Long offset,
Long count,
String user,
String queue,
Long sBegin,
Long sEnd,
Long fBegin,
Long fEnd,
JobState jobState)
Look for a set of partial jobs.
|
Modifier and Type | Method and Description |
---|---|
static JobState |
MRProtoUtils.convertFromProtoFormat(MRProtos.JobStateProto e) |
Modifier and Type | Method and Description |
---|---|
static MRProtos.JobStateProto |
MRProtoUtils.convertToProtoFormat(JobState e) |
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.