Class RunnerResult


  • public class RunnerResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RunnerResult​(java.lang.Integer id, java.lang.Integer nThreads, java.lang.Integer repeat, java.lang.Long started, java.lang.Long duration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getDuration()  
      java.lang.Integer getId()  
      java.lang.Integer getnThreads()  
      java.lang.Integer getRepeat()  
      java.lang.Long getStarted()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RunnerResult

        public RunnerResult​(java.lang.Integer id,
                            java.lang.Integer nThreads,
                            java.lang.Integer repeat,
                            java.lang.Long started,
                            java.lang.Long duration)
    • Method Detail

      • getId

        public java.lang.Integer getId()
      • getnThreads

        public java.lang.Integer getnThreads()
      • getRepeat

        public java.lang.Integer getRepeat()
      • getStarted

        public java.lang.Long getStarted()
      • getDuration

        public java.lang.Long getDuration()