Class OrderPreservingLogParser
java.lang.Object
org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser
org.apache.jmeter.protocol.http.util.accesslog.OrderPreservingLogParser
- All Implemented Interfaces:
- Cloneable,- LogParser,- TestCloneable
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintparseAndConfigure(int count, org.apache.jmeter.testelement.TestElement el) parse a set number of lines from the access log.Methods inherited from class org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParserclone, close, parse, parseMethods inherited from class org.apache.jmeter.protocol.http.util.accesslog.TCLogParsercheckMethod, checkParamFormat, checkURL, cleanURL, convertStringToJMRequest, convertStringtoNVPair, decodeParameterValue, parse, parseLine, parseOneParameter, parseParameters, setDecodeParameterValues, setFilter, setSourceFile, setUseParsedFile, stripFile, tokenize
- 
Constructor Details- 
OrderPreservingLogParserpublic OrderPreservingLogParser()
- 
OrderPreservingLogParser
 
- 
- 
Method Details- 
parseAndConfigurepublic int parseAndConfigure(int count, org.apache.jmeter.testelement.TestElement el) parse a set number of lines from the access log. Keep in mind the number of lines parsed will depend the filter and number of lines in the log. The method returns the actual lines parsed.- Specified by:
- parseAndConfigurein interface- LogParser
- Overrides:
- parseAndConfigurein class- TCLogParser
- Parameters:
- count- number of max lines to read
- el-- TestElementto read lines into
- Returns:
- lines parsed
 
 
-