public static class JobLog.JobLogLine extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JobLog.JobLogLine(String line)
example lines:
Task TASKID="task_200903062215_0577_r_000000" TASK_TYPE="REDUCE" START_TIME="1236386538540" SPLITS="" .
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAttempts() |
JobLog.CounterHash |
getCounterHash() |
String |
getJobId() |
String |
getLogType() |
String |
getTaskId() |
long |
getTimestamp() |
void |
setLogType(String logType) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic JobLog.JobLogLine(String line)
public String getLogType()
public void setLogType(String logType)
public String getJobId()
public String getTaskId()
public long getTimestamp()
public JobLog.CounterHash getCounterHash()
public int getAttempts()
Copyright © ${year} The Apache Software Foundation