Class OrderPreservingLogParser
-
- All Implemented Interfaces:
-
java.lang.Cloneable,org.apache.jmeter.protocol.http.util.accesslog.LogParser,org.apache.jmeter.testelement.TestCloneable
@AutoService(value = LogParser.class) public class OrderPreservingLogParser extends SharedTCLogParser
-
-
Constructor Summary
Constructors Constructor Description OrderPreservingLogParser()OrderPreservingLogParser(String source)
-
Method Summary
Modifier and Type Method Description synchronized intparseAndConfigure(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 -
Methods inherited from class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
checkMethod, checkParamFormat, checkURL, cleanURL, convertStringToJMRequest, convertStringtoNVPair, decodeParameterValue, setDecodeParameterValues, setFilter, setSourceFile, setUseParsedFile, stripFile, tokenize -
Methods inherited from class org.apache.jmeter.testelement.TestCloneable
clone -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
OrderPreservingLogParser
OrderPreservingLogParser()
-
OrderPreservingLogParser
OrderPreservingLogParser(String source)
-
-
Method Detail
-
parseAndConfigure
synchronized 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.
- Parameters:
count- number of max lines to read- Returns:
lines parsed
-
-
-
-