Class PerformanceWorkbench
java.lang.Object
org.odpi.openmetadata.conformance.workbenches.OpenMetadataConformanceWorkbench
org.odpi.openmetadata.conformance.workbenches.performance.PerformanceWorkbench
- All Implemented Interfaces:
Runnable
PerformanceWorkbench provides the thread that drives the performance workbench from the Open Metadata
Conformance Suite. The properties used to initialise the workbench are passed on the constructor.
The run() method contains the workbench logic. It executes until the tests are complete, or it is signaled to
shutdown.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.conformance.workbenches.OpenMetadataConformanceWorkbench
runningFlag, versionNumber, workbenchDocumentationURL, workbenchId, workbenchName
-
Constructor Summary
ConstructorDescriptionPerformanceWorkbench
(PerformanceWorkPad workPad) Constructor receives the work pad with the configuration that provides the location to record the results. -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
This is the method that provides the behaviour of the thread.Methods inherited from class org.odpi.openmetadata.conformance.workbenches.OpenMetadataConformanceWorkbench
getVersionNumber, getWorkbenchDocumentationURL, getWorkbenchId, getWorkbenchName, isRunning, stopRunning
-
Constructor Details
-
PerformanceWorkbench
Constructor receives the work pad with the configuration that provides the location to record the results.- Parameters:
workPad
- performance workbench's work pad
-
-
Method Details
-
run
public void run()This is the method that provides the behaviour of the thread.
-