Class Pacer.Context

  • Enclosing class:
    Pacer

    public static class Pacer.Context
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Context()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getDuration()  
      long getIterations()  
      boolean update​(long duration, long iterations)  
      • Methods inherited from class java.lang.Object

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

      • Context

        public Context()
    • Method Detail

      • update

        public boolean update​(long duration,
                              long iterations)
      • getDuration

        public long getDuration()
      • getIterations

        public long getIterations()