public static class Clock.Global
extends java.lang.Object
Constructor and Description |
---|
Global() |
Modifier and Type | Method and Description |
---|---|
static long |
currentTimeMillis()
Semantically equivalent to
System.currentTimeMillis() |
static void |
logInitializationOutcome(org.slf4j.Logger logger) |
static long |
nanoTime()
Semantically equivalent to
System.nanoTime() |
public static void logInitializationOutcome(org.slf4j.Logger logger)
public static long nanoTime()
System.nanoTime()
public static long currentTimeMillis()
System.currentTimeMillis()
Copyright © 2009-2022 The Apache Software Foundation