public class SyncOptimizeDriver extends Object
| Constructor and Description |
|---|
SyncOptimizeDriver(boolean printStatus)
Creates the SyncToolDriver
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOptimalThreads(SyncOptimizeConfig syncOptConfig)
Determines the optimal SyncTool thread count value.
|
SyncTestStatus |
getSyncTestStatus()
Gets a listing of status events that have occurred (mostly test
completion events) as the tests are running.
|
static void |
main(String[] args)
Picks up the command line parameters and kicks off the optimization tests
|
public SyncOptimizeDriver(boolean printStatus)
printStatus - indicates whether or not status information should be
printed to the console while the tool is runningpublic int getOptimalThreads(SyncOptimizeConfig syncOptConfig) throws IOException
syncOptConfig - tool configurationIOExceptionpublic SyncTestStatus getSyncTestStatus()
Copyright © 2009–2017 DuraSpace. All rights reserved.