public class MRTaskInfo extends Object
| Constructor and Description |
|---|
MRTaskInfo(String taskId,
String state,
Long startTime,
Long finishTime,
float progress,
Map<String,Long> counters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Long> |
getCounters() |
Long |
getFinishTime() |
float |
getProgress() |
Long |
getStartTime() |
String |
getState() |
String |
getTaskId() |
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.