public class HighResolutionClock
extends java.lang.Object
This implementation my be replaced on some platforms for greater performance.
| Constructor and Description |
|---|
HighResolutionClock() |
| Modifier and Type | Method and Description |
|---|---|
static long |
epochMicros()
The number of microseconds since the 1 Jan 1970 UTC.
|
static long |
epochMillis()
The number of milliseconds since the 1 Jan 1970 UTC.
|
static long |
epochNanos()
The number of nanoseconds since the 1 Jan 1970 UTC.
|
public static long epochMillis()
public static long epochMicros()
public static long epochNanos()
Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.