Package org.apache.cassandra.utils
Class Clock.Default
java.lang.Object
org.apache.cassandra.utils.Clock.Default
- All Implemented Interfaces:
Clock
- Enclosing interface:
- Clock
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.utils.Clock
Clock.Default, Clock.Global -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.utils.Clock
nowInSeconds
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
nanoTime
public long nanoTime() -
currentTimeMillis
public long currentTimeMillis()- Specified by:
currentTimeMillisin interfaceClock
-