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
public class OrderPreservingLogParser extends SharedTCLogParser
-
-
Constructor Summary
Constructors Constructor Description OrderPreservingLogParser()
OrderPreservingLogParser(String source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
parseAndConfigure(int count, TestElement el)
parse a set number of lines from the access log.-
Methods inherited from class org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser
clone, close, parse, parse
-
Methods inherited from class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
checkMethod, checkParamFormat, checkURL, cleanURL, convertStringToJMRequest, convertStringtoNVPair, decodeParameterValue, parse, parseLine, parseOneParameter, parseParameters, setDecodeParameterValues, setFilter, setSourceFile, setUseParsedFile, stripFile, tokenize
-
-
-
-
Constructor Detail
-
OrderPreservingLogParser
public OrderPreservingLogParser()
-
OrderPreservingLogParser
public OrderPreservingLogParser(String source)
-
-
Method Detail
-
parseAndConfigure
public int parseAndConfigure(int count, 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:
parseAndConfigure
in interfaceLogParser
- Overrides:
parseAndConfigure
in classTCLogParser
- Parameters:
count
- number of max lines to readel
-TestElement
to read lines into- Returns:
- lines parsed
-
-