Package org.apache.cassandra.utils
Class MonotonicClock.Global
java.lang.Object
org.apache.cassandra.utils.MonotonicClock.Global
- Enclosing interface:
- MonotonicClock
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MonotonicClockstatic final MonotonicClockStatic singleton object that will be instantiated by default with a system clock implementation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
preciseTime
Static singleton object that will be instantiated by default with a system clock implementation. Setcassandra.clocksystem property to a FQCN to use a different implementation instead. -
approxTime
-
-
Constructor Details
-
Global
public Global()
-