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 longcurrentTimeMillis()System.currentTimeMillis()longnanoTime()System.nanoTime()
-
-
-
Method Detail
-
currentTimeMillis
public long currentTimeMillis()
System.currentTimeMillis()- Specified by:
currentTimeMillisin interfaceClock
-
-