Package org.duracloud.syncoptimize.test
Class SyncTester
java.lang.Object
org.duracloud.syncoptimize.test.SyncTester
Handles running a single sync action using the SyncTool and capturing the
time required for the test to complete.
- Author:
- Bill Branan Date: 5/16/14
-
Constructor Summary
ConstructorsConstructorDescriptionSyncTester(SyncOptimizeConfig syncOptConfig, File dataDir, File workDir, ContentStore contentStore, String prefix) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected SyncToolInitializerlongrunSyncTest(int threads)
-
Constructor Details
-
SyncTester
public SyncTester(SyncOptimizeConfig syncOptConfig, File dataDir, File workDir, ContentStore contentStore, String prefix)
-
-
Method Details
-
runSyncTest
public long runSyncTest(int threads) -
getSyncTool
-
cleanupSync
protected void cleanupSync()
-