A B C D E F G I J L M N O P R S T U W

T

T1Finalizer - jp.co.scs.mbench.component の クラス
Finalizer for drop table t1.
T1Finalizer() - クラス jp.co.scs.mbench.component.T1Finalizer のコンストラクタ
 
T1Initializer - jp.co.scs.mbench.component の クラス
Create table t1.
T1Initializer() - クラス jp.co.scs.mbench.component.T1Initializer のコンストラクタ
 
test.jp.co.scs.mbench - パッケージ test.jp.co.scs.mbench
 
test.jp.co.scs.mbench.jdbc - パッケージ test.jp.co.scs.mbench.jdbc
 
test.jp.co.scs.mbench.stub - パッケージ test.jp.co.scs.mbench.stub
 
testClean() - クラス test.jp.co.scs.mbench.CSVAsynchronousDataWriterTest のメソッド
Log writer thread must finish after calling this method.
testClean() - クラス test.jp.co.scs.mbench.LogWriterTest のメソッド
Log writer thread must be ended if "clean" method is invoked.
testCleanTarget() - クラス test.jp.co.scs.mbench.BenchmarkContainerTest のメソッド
The state must be "CLEANED" after the "clean" method.
testDoSynchronize() - クラス test.jp.co.scs.mbench.SynchronizerTest のメソッド
Only the first invoker can get the lock, the second and later must wait until the lock is released.
testDoSynchronize2() - クラス test.jp.co.scs.mbench.SynchronizerTest のメソッド
Even if the lock doesn't be released by call, timeout cause the release of lock.
testExecute() - クラス test.jp.co.scs.mbench.FinalizeManagerTest のメソッド
Execute the finanlizer.
testExecute() - クラス test.jp.co.scs.mbench.InitializeManagerTest のメソッド
Execute the initializer.
testExecute2() - クラス test.jp.co.scs.mbench.FinalizeManagerTest のメソッド
BenchmarkTerminateException must be thrown if finalizer failed.
testExecute2() - クラス test.jp.co.scs.mbench.InitializeManagerTest のメソッド
BenchmarkTerminateException must be thrown if initializer failed.
testExecuteTarget() - クラス test.jp.co.scs.mbench.BenchmarkContainerTest のメソッド
Data log must be in the queue of CVSAsynchronousDataWriter (although it ism't started yet) and the state must be "FINISHED", after the invocation of "execute" method.
testExecuteTarget2() - クラス test.jp.co.scs.mbench.BenchmarkContainerTest のメソッド
The data log must be in the queue of CVSAsynchronousDataWriter and the state must be "THREAD_TERMINATED", if the "execute" method threw the "ThreadTerminateException" while executing.
testExecuteTarget3() - クラス test.jp.co.scs.mbench.BenchmarkContainerTest のメソッド
Data log must be in the queue and the state must be "BENCHMARK_TERMINATED" if "execute" method threw BenchmarkTerminateException.
testGetBenchmarkInfo() - クラス test.jp.co.scs.mbench.DocumentUtilTest のメソッド
Get the benchmark information from configuration file by specific name.
testGetConnection() - クラス test.jp.co.scs.mbench.jdbc.DataSourceImplTest のメソッド
Get the connection object.
testGetConnectionStringString() - クラス test.jp.co.scs.mbench.jdbc.DataSourceImplTest のメソッド
Get the connection object with username, password.
testGetConnectionStringString2() - クラス test.jp.co.scs.mbench.jdbc.DataSourceImplTest のメソッド
Timeout test.
testGetDataSource() - クラス test.jp.co.scs.mbench.jdbc.DataSourceManagerTest のメソッド
Get the data source by specified name.
testGetDataSourceInfo() - クラス test.jp.co.scs.mbench.DocumentUtilTest のメソッド
Get the data source information from configuration file by specific name.
testGetDocument() - クラス test.jp.co.scs.mbench.DocumentUtilTest のメソッド
Get the DOM document from configuration form.
testGetDocument2() - クラス test.jp.co.scs.mbench.DocumentUtilTest のメソッド
SAXException must be thrown if configuration cannot be parsed.
testGetFilanlizer2() - クラス test.jp.co.scs.mbench.FinalizeManagerTest のメソッド
BenchmarkAbortException must be thrown if the finalizer instance couldn't be get by finalizer information.
testGetFinalizer() - クラス test.jp.co.scs.mbench.FinalizeManagerTest のメソッド
Get the finalizer instance speficied by finalizer information.
testGetFinalizerInfo() - クラス test.jp.co.scs.mbench.DocumentUtilTest のメソッド
Get the finalizer information from configuration file by specific name.
testGetInIitializer() - クラス test.jp.co.scs.mbench.InitializeManagerTest のメソッド
Get the initializer instance speficied by initializer information.
testGetInitializer2() - クラス test.jp.co.scs.mbench.InitializeManagerTest のメソッド
BenchmarkAbortException must be thrown if the initializer instance couldn't be get by initializer information.
testGetInitializerInfo() - クラス test.jp.co.scs.mbench.DocumentUtilTest のメソッド
Get the initializer information from configuration file by specific name.
testGetMultiNodeInfo() - クラス test.jp.co.scs.mbench.DocumentUtilTest のメソッド
Get the multiple node information from configuration file by specific name.
testGetMultiServerInfo() - クラス test.jp.co.scs.mbench.DocumentUtilTest のメソッド
Get the multiple server information from configuration file by specific name.
testInit() - クラス test.jp.co.scs.mbench.CSVAsynchronousDataWriterTest のメソッド
Log writer thread must be started after calling this method.
testInit() - クラス test.jp.co.scs.mbench.LogWriterTest のメソッド
Log writer thread must be started if "init" method was invoked.
testInitialize() - クラス test.jp.co.scs.mbench.jdbc.DataSourceImplTest のメソッド
Initialize by the specified data source name.
testInitTarget() - クラス test.jp.co.scs.mbench.BenchmarkContainerTest のメソッド
The state must be "INITIALIZED" if the initialization was succeeded.
testInitTarget2() - クラス test.jp.co.scs.mbench.BenchmarkContainerTest のメソッド
The state must be "BENCHMARK_TERMINATED" and BenchmarkTerminatedException must be thrown if the benchmark component couldn't be created by the FQCN.
testIsInitialized() - クラス test.jp.co.scs.mbench.BenchmarkContainerTest のメソッド
This method must return false before the "initTarget" is invoked, and must return true after that.
testMain() - クラス test.jp.co.scs.mbench.FinalizeMainTest のメソッド
The finialization must be done if command line argments include correct FQCN of finalizer and options.
testMain() - クラス test.jp.co.scs.mbench.InitializeMainTest のメソッド
The initialization must be done if command line argments include correct FQCN of finalizer and options.
testMain1() - クラス test.jp.co.scs.mbench.BenchmarkMainTest のメソッド
The test with options "-r" "-t" "-T" "-e".
testMain2() - クラス test.jp.co.scs.mbench.BenchmarkMainTest のメソッド
The test with options "--threadNumber" "--repeatNumber" "--multi-client"
testMain2() - クラス test.jp.co.scs.mbench.FinalizeMainTest のメソッド
Usage message must be printed out if command line argments doesn't include the FQCN of finalizer.
testMain2() - クラス test.jp.co.scs.mbench.InitializeMainTest のメソッド
Usage message must be printed out if command line argments doesn't include the FQCN of initializer.
testMain3() - クラス test.jp.co.scs.mbench.BenchmarkMainTest のメソッド
optionMap isn't overridden if options isn't used.
testMain4() - クラス test.jp.co.scs.mbench.BenchmarkMainTest のメソッド
Usage must be printed out if benchmark name wasn't specified.
testMain5() - クラス test.jp.co.scs.mbench.BenchmarkMainTest のメソッド
Usage must be printed out if any argments were specified.
testMain6() - クラス test.jp.co.scs.mbench.BenchmarkMainTest のメソッド
Usage must be printed out if wrong options
testRun() - クラス test.jp.co.scs.mbench.BenchmarkContainerTest のメソッド
The state must be "INITIALIZED" while synchronizer is locked, and the state must be "RUNNING" after the lock is released.
testRun() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The state must be "BENCHMARK_SUCCESS" if benchmark was succeeded.
testRun() - クラス test.jp.co.scs.mbench.CSVAsynchronousDataWriterTest のメソッド
The data log in the queue must be printed out as CVS format.
testRun() - クラス test.jp.co.scs.mbench.LogWriterTest のメソッド
The log in queue must be printed out if run method is called.
testRun10() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The primary node test.
testRun11() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The primary node test.
testRun12() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The primary node test.
testRun13() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The primary node test.
testRun14() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The secondary node test.
testRun15() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The secondary node test.
testRun16() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The secondary node test.
testRun17() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The secondary node test.
testRun18() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The secondary node test.
testRun19() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The secondary node test.
testRun2() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The state must be "BENCHMARK_SUCCESS" if benchmark was succeeded.
testRun3() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The BenchmarkAbortException must be thrown if LogWriter couldn't be initialized.
testRun4() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The BenchmarkAbortException must be thrown if LogWriter couldn't be initialized.
testRun5() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
If container's initialization failed, the finalization of "initialized container", LogWriter and DataWriter must be called.
testRun6() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The container which got timeout must be killed.
testRun7() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
If any containers become "BENCHMARK_TERMINATED", manager must have all other containers stopped and call finalization.
testRun8() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The primary node test.
testRun9() - クラス test.jp.co.scs.mbench.BenchmarkManagerTest のメソッド
The primary node test.
testWrite() - クラス test.jp.co.scs.mbench.CSVAsynchronousDataWriterTest のメソッド
Data log must be inserted in the queue after calling this method.
testWrite() - クラス test.jp.co.scs.mbench.LogWriterTest のメソッド
Only the same or upper level of log must be in the queue.
THREAD_NUMBER - クラス jp.co.scs.mbench.BenchmarkMain の static 変数
text for threads number
THREAD_TERMINATED - クラス jp.co.scs.mbench.BenchmarkState の static 変数
container terminated
ThreadTerminateException - jp.co.scs.mbench の 例外
The exception for terminating the benchmark
ThreadTerminateException() - 例外 jp.co.scs.mbench.ThreadTerminateException のコンストラクタ
Creates a exception for terminating the benchmark instance.
ThreadTerminateException(String) - 例外 jp.co.scs.mbench.ThreadTerminateException のコンストラクタ
Creates a exception for terminating the benchmark instance with message.
ThreadTerminateException(String, Throwable) - 例外 jp.co.scs.mbench.ThreadTerminateException のコンストラクタ
Creates a exception for terminating the benchmark instance with message and cause.
ThreadTerminateException(Throwable) - 例外 jp.co.scs.mbench.ThreadTerminateException のコンストラクタ
Creates a exception for terminating the benchmark instance with cause.
ThroughputStatisticFinalizer - jp.co.scs.mbench.component の クラス
Finalizer which calculate throughput in one second interval.
ThroughputStatisticFinalizer() - クラス jp.co.scs.mbench.component.ThroughputStatisticFinalizer のコンストラクタ
 
TX_NUMBER - クラス jp.co.scs.mbench.BenchmarkMain の static 変数
text for transaction number of all benchmark

A B C D E F G I J L M N O P R S T U W