Uses of Class
org.apache.jackrabbit.oak.commons.time.Stopwatch
Packages that use Stopwatch
Package
Description
Internal ("private") utilities related to timing...
-
Uses of Stopwatch in org.apache.jackrabbit.oak.commons.time
Methods in org.apache.jackrabbit.oak.commons.time that return StopwatchModifier and TypeMethodDescriptionstatic StopwatchStopwatch.createStarted()static StopwatchStopwatch.createStarted(Clock clock) static StopwatchStopwatch.createStarted(Supplier<Long> ticker) static StopwatchStopwatch.createUnstarted()static StopwatchStopwatch.createUnstarted(Supplier<Long> ticker) Stopwatch.reset()Resets the stop watch, and puts it into stopped state.Stopwatch.start()Starts the stop watch, will fail when running.Stopwatch.stop()Stops the stop watch, will fail when not running.