public static final class SequenceGeneratorConcurrency.LoadOptions
extends java.lang.Object
Describes the load options specific to a run of the SequenceGeneratorConcurrency test.
Modifier and Type | Field and Description |
---|---|
private boolean |
_debugging |
private int |
_insertsPerTransaction |
private int |
_numberOfGenerators |
private boolean |
_runIdentityTest |
private int |
_tablesPerGenerator |
Constructor and Description |
---|
LoadOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
debugging()
Return whether we are in debugging mode
|
int |
getInsertsPerTransaction()
Get the number of inserts performed per transaction
|
int |
getNumberOfGenerators()
Get the number of generators created by this test run
|
int |
getTablesPerGenerator()
Get the number of tables created for each generator
|
boolean |
runIdentityTest()
Return whether we are doing identity column testing
|
java.lang.String |
toString() |
private int _numberOfGenerators
private int _tablesPerGenerator
private int _insertsPerTransaction
private boolean _runIdentityTest
private boolean _debugging
public int getNumberOfGenerators()
public int getTablesPerGenerator()
public int getInsertsPerTransaction()
public boolean debugging()
public boolean runIdentityTest()
public java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.