DomGarguilo commented on PR #4784:
URL: https://github.com/apache/accumulo/pull/4784#issuecomment-2265750660

   The past commits (cb58770 and 0b644db) made the following changes:
   * remove the `start()` and `stop()` methods
       * This allows us to remove some of the member variables and just use the 
static `startNew()` method for object creation
   * replace the `reset()` method with `restart()`
       * this combines the reset and start functionality for similicity
   * remove `toString()`
       * this was removed because without the `stop()` method, the time will 
keep running. This might be an issue if we want to use the timers value and 
also print it because they would differ slightly in time elapsed since the 
timer keeps running between calls. The user can just print the numeric value 
after calling `elapsed()`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to