インタフェース
jp.co.scs.mbench.Benchmark の使用

Benchmark を使用しているパッケージ
jp.co.scs.mbench.component Package of benchmark test component 
jp.co.scs.mbench.component.doublenode Benchmark for MySQL Cluster through double SQL nodes. 
jp.co.scs.mbench.component.quadruplenode Benchmark for MySQL Cluster through quadruple SQL nodes. 
jp.co.scs.mbench.component.singlenode Benchmark for MySQL Cluster through single SQL nodes. 
test.jp.co.scs.mbench.stub   
 

jp.co.scs.mbench.component での Benchmark の使用
 

Benchmark を実装している jp.co.scs.mbench.component のクラス
 class BenchmarkSupport
          Support to create benchmark component.
 class SampleBenchmark
          Sample Test Transaction for mBench biginners.
 

jp.co.scs.mbench.component.doublenode での Benchmark の使用
 

Benchmark を実装している jp.co.scs.mbench.component.doublenode のクラス
 class Update04T1Benchmark
          Benchmark which change one row randamly from 1 to 10 rows on table t1 through double SQL nodes
 

jp.co.scs.mbench.component.quadruplenode での Benchmark の使用
 

Benchmark を実装している jp.co.scs.mbench.component.quadruplenode のクラス
 class SelSel01T1Benchmark
          Benchmark which change one row randamly from 1 to 60000 rows and retrieve the changed row on table t1 through double SQL nodes.
 class UpSel01T1Benchmark
          Benchmark which change one row randamly from 1 to 60000 rows and retrieve the changed row on table t1 through quadruple SQL nodes.
 class UpUp01T1Benchmark
          Benchmark which change one row randamly from 1 to 60000 rows and retrieve the changed row on table t1 through double SQL nodes.
 

jp.co.scs.mbench.component.singlenode での Benchmark の使用
 

Benchmark を実装している jp.co.scs.mbench.component.singlenode のクラス
 class Delete02T1Benchmark
          Benchmark which delete one row sequentially from 1 to 5000 rows on table t1 through single SQL nodes
 class DeleteT1Benchmark
          Benchmark which delete one row sequentially from 1 to 60000 rows on table t1 through single SQL nodes
 class Insert02T1Benchmark
          Benchmark which insert one row sequentially from 1 to 5000 rows on table t1 through single SQL nodes
 class InsertT1Benchmark
          Benchmark which insert one row sequentially from 1 to 60000 rows on table t1 through single SQL nodes
 class Select01CustomerBenchmark
          Benchmark which retrieve one row randamly from 1 to 100 rows on table t1 through single SQL nodes
 class Select01ItemBenchmark
          Benchmark which retrieve one row randamly from 1 to 100 rows on table t1 through single SQL nodes
 class Select01T1Benchmark
          Benchmark which retrieve one row randamly from 1 to 100 rows on table t1 through single SQL nodes
 class Select02ItemBenchmark
          Benchmark which retrieve one row randamly from 1 to 100 rows on table t1 through single SQL nodes
 class Select02T1Benchmark
          Benchmark which retrieve one row randamly from 1 to 60000 rows on table t1 through single SQL nodes
 class Select03T1Benchmark
          Benchmark which retrieve any row from 1 to 60000 rows on table t1 without using a primary key through quadruple SQL nodes
 class Select04T1Benchmark
          Benchmark which retrieve any row from 1 to 60000 rows on table t1 with using a primary key's range through quadruple SQL nodes
 class Select05T1Benchmark
          Benchmark which retrieve one row randamly from 1 to 5000 rows on table t1 through single SQL nodes
 class Select06T1Benchmark
          Benchmark which retrieve one row randamly from 1 to 5000 rows on table t1 through single SQL nodes
 class Update01ItemBenchmark
          Benchmark which change one row randamly from 1 to 100 rows on table t1 through single SQL nodes
 class Update01T1Benchmark
          Benchmark which change one row randamly from 1 to 100 rows on table t1 through single SQL nodes
 class Update02T1Benchmark
          Benchmark which change one row randamly from 1 to 60000 rows on table t1 through single SQL nodes
 class Update03T1Benchmark
          Benchmark which change one row randamly from 1 to 5000 rows on table t1 through single SQL nodes
 

test.jp.co.scs.mbench.stub での Benchmark の使用
 

Benchmark を実装している test.jp.co.scs.mbench.stub のクラス
 class StubBenchmarkContainer
          Nothing implement.
 class StubBenchmarkContainer2
          This stub emulates the error of BenchmarkTerminateException.
 class StubBenchmarkContainer3
          This stub emulates the error of BenchmarkTerminateException.
 class StubBenchmarkContainer4
          This stub emulates the normal execution, stops 1 sec.
 class StubBenchmarkManagerComponent
           
 class StubBenchmarkManagerComponent2
          The stub for testing BenchmarkManager.
 class StubBenchmarkManagerComponent3
          The stub for testing BenchmarkManager.