org.apache.hadoop.chukwa.extraction.demux.processor.mapper
Class JobLog.JobLogLine

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by org.apache.hadoop.chukwa.extraction.demux.processor.mapper.JobLog.JobLogLine
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>
Enclosing class:
JobLog

public static class JobLog.JobLogLine
extends HashMap<String,String>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
JobLog.JobLogLine(String line)
          example lines: Task TASKID="task_200903062215_0577_r_000000" TASK_TYPE="REDUCE" START_TIME="1236386538540" SPLITS="" .
 
Method Summary
 int getAttempts()
           
 JobLog.CounterHash getCounterHash()
           
 String getJobId()
           
 String getLogType()
           
 String getTaskId()
           
 long getTimestamp()
           
 void setLogType(String logType)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

JobLog.JobLogLine

public JobLog.JobLogLine(String line)
example lines: Task TASKID="task_200903062215_0577_r_000000" TASK_TYPE="REDUCE" START_TIME="1236386538540" SPLITS="" . Job JOBID="job_200903062215_0577" JOB_PRIORITY="NORMAL" . Job JOBID="job_200903062215_0577" LAUNCH_TIME="1236386526545" TOTAL_MAPS="14" TOTAL_REDUCES="1" JOB_STATUS="PREP" .

Method Detail

getLogType

public String getLogType()

setLogType

public void setLogType(String logType)

getJobId

public String getJobId()

getTaskId

public String getTaskId()

getTimestamp

public long getTimestamp()

getCounterHash

public JobLog.CounterHash getCounterHash()

getAttempts

public int getAttempts()


Copyright © ${year} The Apache Software Foundation