public class SystemClockTimestamp extends Object implements org.onosproject.store.Timestamp
| Constructor and Description |
|---|
SystemClockTimestamp() |
SystemClockTimestamp(long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.onosproject.store.Timestamp o) |
boolean |
equals(Object obj) |
int |
hashCode() |
long |
nanoTimestamp() |
long |
systemTimestamp() |
String |
toString() |
public SystemClockTimestamp()
public SystemClockTimestamp(long timestamp)
public int compareTo(org.onosproject.store.Timestamp o)
compareTo in interface Comparable<org.onosproject.store.Timestamp>public int hashCode()
public boolean equals(Object obj)
public long nanoTimestamp()
public long systemTimestamp()
Copyright © 2015. All rights reserved.