| Package | Description |
|---|---|
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
static IgniteStopwatch |
IgniteStopwatch.createStarted()
Creates (and starts) a new stopwatch using
System.nanoTime() as its time source. |
static IgniteStopwatch |
IgniteStopwatch.createStarted(IgniteTicker ticker)
Creates (and starts) a new stopwatch, using the specified time source.
|
static IgniteStopwatch |
IgniteStopwatch.createUnstarted()
Creates (but does not start) a new stopwatch using
System.nanoTime() as its time source. |
static IgniteStopwatch |
IgniteStopwatch.createUnstarted(IgniteTicker ticker)
Creates (but does not start) a new stopwatch, using the specified time source.
|
IgniteStopwatch |
IgniteStopwatch.reset()
Sets the elapsed time for this stopwatch to zero, and places it in a stopped state.
|
IgniteStopwatch |
IgniteStopwatch.start()
Starts the stopwatch.
|
IgniteStopwatch |
IgniteStopwatch.stop()
Stops the stopwatch.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021