public abstract class Clock extends Object
| Constructor and Description |
|---|
Clock() |
| Modifier and Type | Method and Description |
|---|---|
abstract Timestamp |
now()
Obtains the current instant from this clock.
|
abstract long |
nowNanos()
Returns a time measurement with nanosecond precision that can only be used to calculate elapsed
time.
|
public abstract Timestamp now()
public abstract long nowNanos()