Class QueryLoadTestModel.QueryPerformer

java.lang.Object
is.codion.swing.common.model.tools.loadtest.QueryLoadTestModel.QueryPerformer
All Implemented Interfaces:
LoadTest.Scenario.Performer<QueryLoadTestModel.QueryApplication>
Enclosing class:
QueryLoadTestModel

public static class QueryLoadTestModel.QueryPerformer extends Object implements LoadTest.Scenario.Performer<QueryLoadTestModel.QueryApplication>
  • Constructor Details

    • QueryPerformer

      public QueryPerformer(User user, String query)
      Instantiates a new non-transactional QueryPerformer.
      Parameters:
      user - the user
      query - the query
    • QueryPerformer

      public QueryPerformer(User user, String query, boolean transactional)
      Instantiates a new QueryPerformer.
      Parameters:
      user - the user
      query - the query
      transactional - if true, commit and rollback is performed on success and error respectively
  • Method Details