com.northconcepts.datapipeline.weblog
Class CombinedLogReader
java.lang.Object
com.northconcepts.datapipeline.core.DataEndpoint
com.northconcepts.datapipeline.core.DataReader
com.northconcepts.datapipeline.core.AbstractReader
com.northconcepts.datapipeline.core.ParsingReader
com.northconcepts.datapipeline.weblog.CombinedLogReader
public class CombinedLogReader
- extends ParsingReader
Obtains records from a webserver's access log file using the Combined Log format.
See Combined Log Format
| Methods inherited from class com.northconcepts.datapipeline.core.ParsingReader |
addExceptionProperties, available, isDigit, isLetter, isNewLine, match, matchCHARACTER, matchDIGIT, matchDIGITS, matchDOUBLE, matchINTEGER, matchNEWLINE, matchNEWLINES, peekCHARACTER |
| Methods inherited from class com.northconcepts.datapipeline.core.AbstractReader |
getFieldNames, getLastRow, getStartingRow, isFieldNamesInFirstRow, open, read, readImpl, setFieldNames, setFieldNamesInFirstRow, setLastRow, setStartingRow |
| Methods inherited from class com.northconcepts.datapipeline.core.DataEndpoint |
assertNotOpened, assertOpened, close, decrementRecordCount, exception, exception, exception, finalize, getDescription, getRecordCount, getRecordCountAsBigInteger, getRecordCountAsString, getState, incrementRecordCount, isClosed, isOpen, isRecordCountBigInteger, resetRecordCount, setDescription, toString |
CombinedLogReader
public CombinedLogReader(File file)
throws FileNotFoundException
- Throws:
FileNotFoundException
CombinedLogReader
public CombinedLogReader(Reader reader)
fillRecord
protected boolean fillRecord(Record record)
throws Throwable
- Overrides:
fillRecord in class ParsingReader
- Throws:
Throwable
Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.