Uses of Class
org.apache.ignite.internal.util.IgniteStopwatch
-
Packages that use IgniteStopwatch Package Description org.apache.ignite.internal.util System-wide utility routine and helper classes. -
-
Uses of IgniteStopwatch in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return IgniteStopwatch Modifier and Type Method Description static IgniteStopwatchIgniteStopwatch. createStarted()Creates (and starts) a new stopwatch usingSystem.nanoTime()as its time source.static IgniteStopwatchIgniteStopwatch. createStarted(IgniteTicker ticker)Creates (and starts) a new stopwatch, using the specified time source.static IgniteStopwatchIgniteStopwatch. createUnstarted()Creates (but does not start) a new stopwatch usingSystem.nanoTime()as its time source.static IgniteStopwatchIgniteStopwatch. createUnstarted(IgniteTicker ticker)Creates (but does not start) a new stopwatch, using the specified time source.IgniteStopwatchIgniteStopwatch. reset()Sets the elapsed time for this stopwatch to zero, and places it in a stopped state.IgniteStopwatchIgniteStopwatch. start()Starts the stopwatch.IgniteStopwatchIgniteStopwatch. stop()Stops the stopwatch.
-