|
Class Summary |
| BackToBackLoadGenerator |
Load generator which creates back-to-back load. |
| BankAccountFiller |
This class creates and populates tables that can be used by the
bank transactions test clients. |
| BankTransactionClient |
This class implements a client thread which performs bank transactions. |
| GroupByClient |
Test client which performs iterated GROUP BY statements on the
ONEKTUP tables generated by WisconsinFiller. |
| IndexJoinClient |
Test client which performs an index join between the TENKTUP1 and
ONEKTUP tables generated by WisconsinFiller. |
| PoissonLoadGenerator |
Load generator which generates Poisson distributed requests. |
| Runner |
Class used for running a performance test from the command line. |
| SingleRecordFiller |
Class which generates and populates tables that can be used by
SingleRecordSelectClient and SingleRecordUpdateClient. |
| SingleRecordSelectClient |
Client which performs single-record lookups on tables generated by
SingleRecordFiller. |
| SingleRecordUpdateClient |
Client which updates a single record at a time on tables generated by
SingleRecordFiller. |
| WisconsinFiller |
Class which creates and populates the tables used by
IndexJoinClient. |