public class MRJobInfo extends Object
| Constructor and Description |
|---|
MRJobInfo(Float mapProcess,
Float reduceProgress,
Map<String,Long> counters,
List<MRTaskInfo> mapTasks,
List<MRTaskInfo> reduceTasks,
boolean complete) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Long> |
getCounters() |
Float |
getMapProgress() |
List<MRTaskInfo> |
getMapTasks() |
Float |
getReduceProgress() |
List<MRTaskInfo> |
getReduceTasks() |
Long |
getStartTime() |
String |
getState() |
Long |
getStopTime() |
boolean |
isComplete() |
void |
setStartTime(Long startTime) |
void |
setState(String state) |
void |
setStopTime(Long stopTime) |
public MRJobInfo(Float mapProcess, Float reduceProgress, Map<String,Long> counters, List<MRTaskInfo> mapTasks, List<MRTaskInfo> reduceTasks, boolean complete)
public Float getMapProgress()
public Float getReduceProgress()
public List<MRTaskInfo> getMapTasks()
public List<MRTaskInfo> getReduceTasks()
public boolean isComplete()
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.