Class Clock.Fast

java.lang.Object
java.time.Clock
org.apache.jackrabbit.oak.stats.Clock
org.apache.jackrabbit.oak.stats.Clock.Fast
All Implemented Interfaces:
Closeable, AutoCloseable, InstantSource
Enclosing class:
Clock

public static class Clock.Fast extends Clock implements Closeable
Fast clock implementation whose getTime() method returns instantaneously thanks to a background task that takes care of the actual time-keeping work.