Class MonotonicClock.Global

  • Enclosing interface:
    MonotonicClock

    public static class MonotonicClock.Global
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Global()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • preciseTime

        public static final MonotonicClock preciseTime
        Static singleton object that will be instantiated by default with a system clock implementation. Set cassandra.clock system property to a FQCN to use a different implementation instead.
    • Constructor Detail

      • Global

        public Global()