| Interface | Description |
|---|---|
| Client |
Interface that must be implemented by performance clients.
|
| DBFiller |
Interface for classes that populate a database for a certain test.
|
| LoadGenerator |
Interface implemented by load generators.
|
| Class | Description |
|---|---|
| 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.
|
| SequenceGeneratorConcurrency |
Machinery to test the concurrency of sequence/identity generators.
|
| SequenceGeneratorConcurrency.Filler |
Create the schema necessary to support this test run.
|
| SequenceGeneratorConcurrency.LoadOptions |
Describes the load options specific to a run of the SequenceGeneratorConcurrency test.
|
| SequenceGeneratorConcurrency.SGClient | |
| 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. |
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.