MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.cluster.benchmark.tws.TwsDriver Class Reference
Inheritance diagram for com.mysql.cluster.benchmark.tws.TwsDriver:
Collaboration diagram for com.mysql.cluster.benchmark.tws.TwsDriver:

Classes

enum  XMode

Static Public Member Functions

static void main (String[] args) throws Exception
- Static Public Member Functions inherited from com.mysql.cluster.benchmark.tws.Driver
static void parseArguments (String[] args)

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
- Protected Member Functions inherited from com.mysql.cluster.benchmark.tws.Driver
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
- Protected Attributes inherited from com.mysql.cluster.benchmark.tws.Driver
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

- Public Member Functions inherited from com.mysql.cluster.benchmark.tws.Driver
 Driver ()
void run ()
- Static Protected Member Functions inherited from com.mysql.cluster.benchmark.tws.Driver
static void exitUsage ()
static void loadSystemLibrary (String name)
- Static Protected Attributes inherited from com.mysql.cluster.benchmark.tws.Driver
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: