Class OrderPreservingLogParser

All Implemented Interfaces:
Cloneable, LogParser, TestCloneable

@AutoService(LogParser.class) public class OrderPreservingLogParser extends SharedTCLogParser
  • Constructor Details

    • OrderPreservingLogParser

      public OrderPreservingLogParser()
    • OrderPreservingLogParser

      public OrderPreservingLogParser(String source)
  • Method Details

    • parseAndConfigure

      public 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:
      parseAndConfigure in interface LogParser
      Overrides:
      parseAndConfigure in class TCLogParser
      Parameters:
      count - number of max lines to read
      el - TestElement to read lines into
      Returns:
      lines parsed