Protected Member Functions |
|
void | init () throws Exception |
|
void | close () throws Exception |
|
void | initProperties () |
|
void | printProperties () |
|
void | runTests () throws Exception |
|
void | runLoads () throws Exception |
|
void | runSeries (TwsLoad load) throws Exception |
|
void | runOperations (TwsLoad load) throws Exception |
|
void | initConnections () throws Exception |
|
void | closeConnections () throws Exception |
|
boolean | parseBoolean (String k, boolean vdefault) |
|
int | parseInt (String k, int vdefault) |
|
void | clearLogBuffers () |
|
void | writeLogBuffers (String descr) |
|
void | begin (String name) |
|
void | finish (String name) |
Protected Attributes |
|
boolean | renewConnection |
|
boolean | doJdbc |
|
boolean | doClusterj |
|
boolean | doNdbjtie |
|
boolean | doInsert |
|
boolean | doLookup |
|
boolean | doUpdate |
|
boolean | doDelete |
|
boolean | doSingle |
|
boolean | doBulk |
|
boolean | doBatch |
|
LockMode | lockMode |
|
int | nRows |
|
int | nRuns |
|
TwsLoad | jdbcLoad |
|
TwsLoad | clusterjLoad |
|
TwsLoad | ndbjtieLoad |
|
final Properties | props = new Properties() |
|
boolean | logRealTime |
|
boolean | logMemUsage |
|
boolean | includeFullGC |
|
int | warmupRuns |
|
PrintWriter | log |
|
boolean | logHeader |
|
StringBuilder | header |
|
StringBuilder | rtimes |
|
StringBuilder | musage |
|
long | t0 = 0 |
|
long | m0 = 0 |
Additional Inherited Members |
| | Driver () |
| void | run () |
| static void | exitUsage () |
|
static void | loadSystemLibrary (String name) |
|
static final PrintWriter | out = new PrintWriter(System.out, true) |
|
static final PrintWriter | err = new PrintWriter(System.err, true) |
|
static final String | endl = System.getProperty("line.separator") |
|
static final Runtime | rt = Runtime.getRuntime() |
Detailed Description
Definition at line 26 of file TwsDriver.java.
The documentation for this class was generated from the following file:
- storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/TwsDriver.java