|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.util.XLogReader
public class XLogReader
Reads the input stream(log file) and applies the filters and writes it to output stream. The filtering will also consider the log messages spilling over multiline.
| Constructor Summary | |
|---|---|
XLogReader(java.io.InputStream logFileIS,
XLogStreamer.Filter filter,
java.io.Writer logWriter)
|
|
| Method Summary | |
|---|---|
void |
processLog()
Processes the Given Log and writes the output after applying the filters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XLogReader(java.io.InputStream logFileIS,
XLogStreamer.Filter filter,
java.io.Writer logWriter)
| Method Detail |
|---|
public void processLog()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||