| Home >> All >> org >> apache >> ojb >> [ performance Javadoc ] |
org.apache.ojb.performance: Javadoc index of package org.apache.ojb.performance.
Package Samples:
org.apache.ojb.performance
Classes:
PerfMain: The OJB stress/performance test - a simple performance test framework for testing multi-threaded environments. You have two possibilities to run this test: - use the build script and call bin/build.sh perf-test or bin\build.bat perf-test - or perform the test class by yourself java -classpath CLASSPATH org.apache.ojb.performance.PerfMain [comma separated list of PerfTest implementation classes, no blanks!] [number of test loops] [number of threads] [number of insert/fetch/delete loops per thread] [boolean - run in stress mode if set true, run in performance mode if set false, default false] For ...
PerfTest: Derivate this class to implement a test instance for the performance test.
PerfHandle: Derivate this class to implement a test client for the performance test.
PerfArticleImpl: Persistent object implementation.
PerfArticle: Persistent object interface.
| Home | Contact Us | Privacy Policy | Terms of Service |