Package org.apache.cassandra.utils
Class MonotonicClock.Global
- java.lang.Object
-
- org.apache.cassandra.utils.MonotonicClock.Global
-
- Enclosing interface:
- MonotonicClock
public static class MonotonicClock.Global extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static MonotonicClock
approxTime
static MonotonicClock
preciseTime
Static singleton object that will be instantiated by default with a system clock implementation.
-
Constructor Summary
Constructors Constructor Description Global()
-
-
-
Field Detail
-
preciseTime
public static final MonotonicClock preciseTime
Static singleton object that will be instantiated by default with a system clock implementation. Setcassandra.clock
system property to a FQCN to use a different implementation instead.
-
approxTime
public static final MonotonicClock approxTime
-
-