| Package | Description |
|---|---|
| org.apache.ratis.util |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
Timestamp.addTime(TimeDuration t) |
Timestamp |
Timestamp.addTimeMs(long milliseconds) |
static Timestamp |
Timestamp.currentTime() |
static Timestamp |
Timestamp.latest(Timestamp a,
Timestamp b) |
static Timestamp |
Timestamp.valueOf(long nanos) |
| Modifier and Type | Method and Description |
|---|---|
int |
Timestamp.compareTo(Timestamp that)
Compare two timestamps, t0 (this) and t1 (that).
|
static Timestamp |
Timestamp.latest(Timestamp a,
Timestamp b) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.