Package org.apache.cassandra.utils
Class Clock.Global
- java.lang.Object
-
- org.apache.cassandra.utils.Clock.Global
-
- Enclosing interface:
- Clock
public static class Clock.Global extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Global()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longcurrentTimeMillis()Semantically equivalent toSystem.currentTimeMillis()static voidlogInitializationOutcome(org.slf4j.Logger logger)static longnanoTime()Semantically equivalent toSystem.nanoTime()
-
-
-
Method Detail
-
logInitializationOutcome
public static void logInitializationOutcome(org.slf4j.Logger logger)
-
nanoTime
public static long nanoTime()
Semantically equivalent toSystem.nanoTime()
-
currentTimeMillis
public static long currentTimeMillis()
Semantically equivalent toSystem.currentTimeMillis()
-
-