org.apache.hadoop.chukwa.extraction.demux.processor.mapper
Class LogEntry

java.lang.Object
  extended by org.apache.hadoop.chukwa.extraction.demux.processor.mapper.LogEntry

public class LogEntry
extends Object


Constructor Summary
LogEntry(String recordEntry)
           
 
Method Summary
 String getBody()
           
 String getClassName()
           
 Date getDate()
           
 String getLogLevel()
           
 void setDate(Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntry

public LogEntry(String recordEntry)
         throws ParseException
Throws:
ParseException
Method Detail

getDate

public Date getDate()

setDate

public void setDate(Date date)

getLogLevel

public String getLogLevel()

getClassName

public String getClassName()

getBody

public String getBody()


Copyright © ${year} The Apache Software Foundation