Class SyncTestEvent
- java.lang.Object
-
- org.duracloud.syncoptimize.status.SyncTestEvent
-
public class SyncTestEvent extends Object
The result of a single SyncTool test action. The test takes place using a specific number of threads, and a certain amount of time passes while the test is running. That information is contained here.- Author:
- Bill Branan Date: 5/16/14
-
-
Constructor Summary
Constructors Constructor Description SyncTestEvent(int threads, long elapsed, int transferedMB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetElapsed()intgetThreads()floatgetTransferRate()StringtoString()
-