Class 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 Detail

      • SyncTestEvent

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

      • getThreads

        public int getThreads()
      • getElapsed

        public long getElapsed()
      • getTransferRate

        public float getTransferRate()