Uses of Class
org.apache.ignite.internal.util.IgniteTicker
-
Packages that use IgniteTicker Package Description org.apache.ignite.internal.util System-wide utility routine and helper classes. -
-
Uses of IgniteTicker in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return IgniteTicker Modifier and Type Method Description static IgniteTickerIgniteTicker. systemTicker()A ticker that reads the current time usingSystem.nanoTime().Methods in org.apache.ignite.internal.util with parameters of type IgniteTicker Modifier and Type Method Description static IgniteStopwatchIgniteStopwatch. createStarted(IgniteTicker ticker)Creates (and starts) a new stopwatch, using the specified time source.static IgniteStopwatchIgniteStopwatch. createUnstarted(IgniteTicker ticker)Creates (but does not start) a new stopwatch, using the specified time source.
-