public class WallClockTimestamp extends Object implements Timestamp
| Constructor and Description | 
|---|
WallClockTimestamp()  | 
WallClockTimestamp(long timestamp)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(Timestamp o)  | 
boolean | 
equals(Object obj)  | 
int | 
hashCode()  | 
String | 
toString()  | 
long | 
unixTimestamp()
Returns the unixTimestamp. 
 | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisNewerThan, isOlderThanpublic WallClockTimestamp()
public WallClockTimestamp(long timestamp)
public int compareTo(Timestamp o)
compareTo in interface Comparable<Timestamp>public int hashCode()
public boolean equals(Object obj)
public long unixTimestamp()