Package org.apache.cassandra.utils
Class Clock.Default
- java.lang.Object
-
- org.apache.cassandra.utils.Clock.Default
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.cassandra.utils.Clock
Clock.Default, Clock.Global
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
currentTimeMillis()
System.currentTimeMillis()
long
nanoTime()
System.nanoTime()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cassandra.utils.Clock
nowInSeconds
-
-
-
-
Method Detail
-
currentTimeMillis
public long currentTimeMillis()
System.currentTimeMillis()
- Specified by:
currentTimeMillis
in interfaceClock
-
-