Clock@Public @Evolving public class MonotonicClock extends java.lang.Object implements Clock
| Constructor | Description |
|---|---|
MonotonicClock() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getTime() |
Get current time from some arbitrary time base in the past, counting in
milliseconds, and not affected by settimeofday or similar system clock
changes.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.