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 Details

    • SyncTestEvent

      public SyncTestEvent(int threads, long elapsed, int transferedMB)
  • Method Details

    • getThreads

      public int getThreads()
    • getElapsed

      public long getElapsed()
    • getTransferRate

      public float getTransferRate()
    • toString

      public String toString()
      Overrides:
      toString in class Object