@InterfaceAudience.Public @InterfaceStability.Stable public class SystemClock extends Object implements Clock
Clock
that gives the current time from the system
clock in milliseconds.
NOTE: Do not use this to calculate a duration of expire or interval to sleep,
because it will be broken by settimeofday. Please use MonotonicClock
instead.Copyright © 2017 Apache Software Foundation. All rights reserved.